.text_widget_main {
    border: 1px solid #000000;
    display: block;
    overflow: hidden;
    width: 100%;
}
.text_widget_main .text_widget_heading {
    background: #333;
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
}
.text_widget_main .text_widget_heading h2 {
    background-color: #333333;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    margin: 0;
    padding: 10px 0 15px 20px;
}
.text_widget_main .text_widget_description {
    display: block;
    font-size: 16px;
    overflow: hidden;
    padding: 0 15px 15px;
    text-align: left;
}
.text_widget_main .tab_heading .tab-heading-title {
    color: #ff0000;
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin: 15px 15px 0;
    text-transform: capitalize;
}
.cms-page-view .widget-heading h1 {
    background: #333333 none repeat scroll 0 0;
    color: #ffff00;
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.text_widget_description hr{
    border-color: #000;
}
.text_widget_description h3 a {
    color: #000000;
    font-size: 20px;
}
.text_widget_description h3 {
    color: #ff0000;
    font-size: 24px;
}
.text_widget_description img, .feeder-image > img{
    width: 100%;
}

.feeder-image {
    border: 1px solid #000000;
    padding: 20px;
    text-align: center;
    margin: 0 0 20px;
}
.text_widget_description li {
    list-style: disc;
}