#mainbody, #pagecontainer {
    background-color: #353e4d !important;
}

#medsection0 {
    width: 1000px;
    padding: 0 0 15px 0px;
}

.tr_left {
    width: 770px;
    height: auto;
    padding: 0 10px 0;
    /*background: #2d333e;*/
    margin: auto;
}

.m_title {
    margin: 0 0 5px;
    color: #eeeeee;
}

.opinions_right {
    width: 360px;
    height: auto;
    float: left;
    /*border: solid 1px #cecece;*/
}

.tr_left .title {
    padding: 5px 10px;
    /*background: #f5f5f5;*/
    /*border-bottom: solid 1px #cecece;*/
    margin: 0;
    /*font-size: 15px;*/
}

.tr_left .list_wrap ul {
    margin: 0;
}

.tr_left .tv ul li {
        width: 218px;
    height: 190px;
    margin: 0 15px 0 0;
    /* padding: 7px 10px; */
    background: #2d333e;
    float: left;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    border: solid 1px #055d88;
    display: inline-block;
}

.tr_left .tv ul li .title h2 {
        /* font-size: 15px; */
    margin: 4px 0;
    color: #fff;
    line-height: 17px;
}

.tr_left .tv ul li .title .date, .tr_left .tv ul li .title .view {
    color: #bfbfbf;
    font-size: 11px;
}

.tr_left .tv ul li .title .date {
    margin-right: 20px;
}

.tr_left .tv ul li .title .view {
    float: right;
}

.tv .featured_tv_item a:hover .tv .featured_tv_item .title h2 {
    color: #bb1919 !important;
}

.tv3:hover, .gtv:hover {
    /*background: #d4c4c4 !important;*/
        /*border: solid 1px red !important;*/
}

.tv_img {
    width: 221px;
    height: 106px;
    margin: auto;
    overflow: hidden;
    margin-top: 0;
    /*padding: 10px;*/
    position: relative;
}

.tr_left .tv ul li .tv_img .section {
    width: 20px;
    height: 20px;
    padding: 2px 5px 2px 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    transition: 0.3s;
    position: absolute;
    left: 10px;
    margin: 5px -2px;
    background-image: url(../images/play_btn.png);
    background-repeat: no-repeat;
    background-size: 25px;
    z-index: 3;
}

.tr_left .tv ul li .tv_img .overlay {
        float: none;
    width: 200px;
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    margin: 0;
    height: auto;
    padding: 50% 0.75rem 0.75rem 0.75rem;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#ffffff, endColorStr=#ffffff);
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent,rgb(45, 51, 62));
    background-image: linear-gradient(transparent,rgb(45, 51, 62));
    background-position-y: -1px;
    bottom: -1px;
    z-index: 0;
}

/*.tr_left .tv ul li:hover .tv_img .overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#ffffff, endColorStr=#DDffff);
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent,rgba(255,255,255,0.9));
    background-image: linear-gradient(transparent,rgba(255,255,255,0.7));
}
*/
.tv_img img {
    width: 100%;
}

/*.tv3 .tv_img {
    background-image: url(../images/tv3.jpg);
    background-repeat: no-repeat;
    background-size: 115px;
}

.gtv .tv_img {
    background-image: url(../images/gtv.jpg);
    background-repeat: no-repeat;
    background-size: 115px;
}*/


.tr_left .other ul li {
        width: 218px;
    height: 196px;
    list-style-type: none;
    margin: 0 15px 0 0;
    /* padding: 7px 10px; */
    /* background: #e4e4e4; */
    float: left;
    /* position: relative; */
    border-radius: 3px;
    /*overflow: hidden;*/
    border: solid 1px #353e4d;
}

.tr_left .list_wrap ul li:nth-child(3n+0) {
    margin-right: 0;
}

.list_wrap.other ul li {
    /*margin-bottom: 20px;*/
    /*background: #313131;*/
}

.list_wrap.other .item_top {
    width: 100%;
    height: 88%;
    border-bottom: solid 1px #efefef;
    /*position: relative;*/
}

.list_wrap.other .item_top .image {
        width: 224px;
    height: 120px;
    /* margin-bottom: 5px; */
    overflow: hidden;
    float: none;
}

.list_wrap.other .item_top .overlay {
    float: none;
    width: 200px;
    position: relative;
    /*left: 0;*/
    /*right: 0;*/
    margin: 0;
    height: auto;
    padding: 75% 0.75rem 0.75rem 0.75rem;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.9));
    background-image: linear-gradient(transparent,rgba(0,0,0,0.9));
    background-position-y: -1px;
    /*bottom: 0;*/
    z-index: 0;
}

.featured_tv_item:hover .item_top .overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#00000000, endColorStr=#DD000000);
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.7));
    background-image: linear-gradient(transparent,rgba(0,0,0,0.7));
}

.list_wrap.other {
    padding: 0px 0 20px !important;
    display: inline-block;
    /*border-bottom: solid 1px #cecece;*/
}

.list_wrap.other .title {
    margin-top: 0;
    font-weight: normal;
        color: #ffde00;
            font-size: 16px;
}

.list_wrap.other .separator {
        /* color: #222; */
    position: relative;
    padding: 0 10px;
    background: #2d333e;
    margin-bottom: 10px;
}

.separator .title {
    padding: 5px 0;
}

/*.list_wrap.other .separator:before {
    content: '';
    position: absolute;
    height: 2px;
    background: #c7c7c7;
    left: 100px;
    right: 0;
    top: 27px;
}*/

.list_wrap.other .item_top .info {
    width: 221px;
    /* height: 161px; */
    /* bottom: 0; */
    /* position: absolute; */
    /* padding: 10px; */
    z-index: 2;
}

.list_wrap.other .item_top .title {
        /*background: rgba(255, 255, 255, 0.9);*/
    /*width: 195px;*/
    /*position: absolute;*/
    bottom: 0px;
    padding: 5px 0;
    margin: auto;
    /*border: solid 1px white;*/
    transition: all 0.5s;
}

.list_wrap.other .item_top .title h2 {
    color: #ffffff;
    font-size: 16px;
}

.tr_left .title {
    padding: 5px 10px;
    /* background: #f5f5f5; */
    /*border-bottom: solid 1px #cecece;*/
    margin: 0;
    /* font-size: 15px; */
    color: #eeeeee;
}

.tr_left .sub_title {
    font-weight: normal;
    color: #eee;
    margin: 0;
}

.tr_left .title .tv_name {
        padding: 2px 8px;
    background: #055d88;
    /* border: solid 1px #717171; */
    color: #ffffff !important;
    font-size: 9px !important;
    border-radius: 9px;
}

/*.list_wrap.other .item_top .section {
        width: 20px;
    height: 20px;
    padding: 2px 5px 2px 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    transition: 0.3s;
    position: absolute;
    left: 10px;
    background-image: url(../images/play_btn.png);
    background-repeat: no-repeat;
    background-size: 25px;
    z-index: 3;
}*/

.tr_left .list_wrap {
    padding: 20px 0;
    display: inline-block;
    /*border-bottom: solid 1px #cecece;*/
}

.tr_left .list_wrap .image {
    width: 25%;
    height: 55px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.tr_left .list_wrap .image img {
    width: 100%;
}

.tr_left .list_wrap ul li p {
    /*width: 72%;*/
    max-height: 46px;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    color: #3e3e3e;
    /*float: left;*/
    clear: inherit;
    line-height: 16px;
    overflow: hidden;
    display: flex;
}

.tr_left .list_wrap ul li p:hover {
    text-decoration: underline;
}

.tr_left .list_wrap ul li .author {
    font-size: 12px;
    color: #afafaf;
    display: inherit;
        margin-top: 5px;
}

.tr_left .list_wrap .more a {
    color: #b5040d !important;
    font-weight: bold;
    font-size: 12px;
}

.side h2.title {
    margin-top: 0;
    font-weight: normal;
    color: #eeeeee;
}

.side .med-rec {
    width: 300px;
    height: 250px;
    background: #eeeeee;
    margin-bottom: 20px;
}

.side .radio_list {
        width: 300px;
    height: auto;
    /* background: #eeeeee; */
    margin: 10px 0 30px;
    position: relative;
    /* overflow: auto; */
}

/* Custom scrollbar */
.side .radio_list::-webkit-scrollbar {
        width: 8px;
}
.side .radio_list::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, .8);
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
}
.side .radio_list::-webkit-scrollbar-thumb {
        background: rgba(133, 133, 133, .8);
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        border-radius: 10px;
}
.side .radio_list::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(133, 133, 133, 0.5);
}

.side .radio_list ul li {
    list-style: none;
    font-size: 12px;
    /*font-weight: bold;*/
    margin: 3px 20px 0 0;
    padding: 4px 0 0;
}

.side .radio_list ul li a {
    color: #b9b9b9 !important;
}

.side .radio_list ul li a:hover {
    color: #ffffff !important;
    background: #5b8fa8;
    padding: 3px 15px 3px 5px;
    border-left: solid 3px #ffde20;
    text-decoration: none;
}

.side .radio_list ul li span {
    float: right;
    font-weight: normal;
}

.side .radio_list ul li a:hover .side .radio_list ul li span {
    color: #bb1919 !important;
}

.side .radio_list .more {
    padding: 10px 0;
}

.side .radio_list .more a {
    color: #5b8fa8 !important;
}

.side .radio_list .more a:hover {
        color: #5b8fa8 !important;
    background: #2d333e;
    padding: 3px 15px 3px 0;
    border-left: none;
    text-decoration: underline;
}

.side .radio_list .more:before {
        content: '';
    position: absolute;
    height: 3px;
    background: #5b8fa8;
    left: 55px;
    right: 0;
    top: 332px;
}

#footer {
    background-color: #2d333e;
    height: 25px;
    clear: both;
    width: 100%;
}

/*INNER*/

.inner {
    padding: 0 10px 10px 10px;
}

.inner_top {
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #2d333e;
    padding: 0;
}

.inner #socialbtn .title_name {
    float: left;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    margin: 2px 10px 0 0;
}

.inner .inner_top .date {
    float: left;
    border: 0;
    font-size: 12px;
    /*font-weight: bold;*/
    margin: 8px 40px 0 0;
}

.inner .comments {
    float: left;
    border: 0;
    font-size: 12px;
    /*font-weight: bold;*/
    margin: 8px 40px 0 0;
}

.comments a {
    color: #BDBDBD !important;
}

.inner #socialbtn {
    /* width: 54px; */
    float: right;
    margin: 6px 3px;
}

.inner_preview {
    padding: 20px 0;
    display: inline-block;
    /*border-bottom: solid 1px #cecece;*/
}

.vid_title {
        font-size: 25px;
    border-bottom: solid 1px #2d333e;
    padding: 0 0 20px;
    color: #eeeeee;
    margin: 0;
}


/*INNER*/




/*Radio*/

.top_banner {
    width: 728px;
    height: 90px;
    background: #19273e;
}

.inner_audio {
    width: 730px;
    height: auto;
    background: #0d1a31;
    border-bottom: solid 3px #1b2840;
    display: inline-block;
    padding: 30px 20px 10px !important;  
}

.inner_audio .left {
    width: 159px;
    float: left;
    margin-right: 5px;
    text-align: center;
}

.inner_audio .player ul li {
    margin: 0;
    list-style-type: none;
}

.inner_audio .middle {
    width: 230px;
    float: left;
    padding: 0;
    text-align: center;
    margin-right: 10px;
}

.right {
    float: left;
    padding: 0;
    text-align: center;
    margin: 10px 0;
}

.right img {
    width: 70px;
    margin-top: 0 !important;
}

.inner_audio .middle .now_playing {
    padding: 1px 4px 3px;
    background: #ffde00;
    color: #1f2633;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
}

.inner_audio .middle .rad_name {
    font-size: 20px;
    margin: 12px 0 7px 0;
    color: #ffffff;
}

.middle p {
    color: #5b8fa8;
}

.info #timer {
    text-align: center;
    color: #5b8fa8;
    /*margin-left: -9px;*/
}

.controls {
  margin-top: -2px;
}

.controls svg:nth-child(2) {
  margin-left: 5px;
  margin-right: 5px;
}

#play {
  padding: 0;
  width: 60px;
  height: 60px;
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
}
#play g {
  stroke: #fff;
  stroke-width: 1;
  stroke-miterlimit: 10;
}
#play g path {
  fill: #fff;
}

#play:hover {
  cursor: pointer;
}
#play:hover g {
  stroke: #5b8fa8;
  cursor: pointer;
}
#play:hover g path {
  fill: #5b8fa8;
  cursor: pointer;
}

.step-backward {
      width: 40px;
    height: 50px;
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
  margin-bottom: 5px;
}
.step-backward g polygon {
  fill: #fff;
}

.step-foreward {
      width: 40px;
    height: 50px;
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
  margin-bottom: 5px;
}
.step-foreward g polygon {
  fill: #fff;
}

#pause {
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
  width: 60px;
  height: 60px;
  position: absolute;
  margin-left: -68px;
  cursor: pointer;
}
#pause rect {
  fill: #fff;
}

#pause:hover rect {
  fill: #5b8fa8;
}

.step-backward g polygon:hover, .step-foreward g polygon:hover {
  fill: #5b8fa8;
  cursor: pointer;
}

.twitter:hover {
  color: #5b8fa8;
}

p {
  color: #BDBDBD;
}

#skip {
  float: right;
  margin-top: 10px;
}
#skip p {
  color: #2980b9;
}
#skip p:hover {
  color: #5b8fa8;
  cursor: pointer;
}

.expend {
  padding: 0.5px;
  cursor: pointer;
}
.expend svg:hover g polygon {
  fill: #5b8fa8;
}

.radio_listing {
    width: 730px;
    background: #2d333e;
    padding: 15px 20px 30px !important;
    margin-bottom: 3px;
}

.radio_listing .title {
    margin: 0 0 10px;
    font-weight: normal;
    color: #5b8fa8;
    padding: 0;
}

.radio_listing ul {
    width: 142px;
    float: left;
    margin-right: 10px !important;
}

.radio_listing ul:nth-child(5) {
    margin-right: 0 !important;
}

.radio_listing ul li {
        list-style: none;
    font-size: 12px;
    /* font-weight: bold; */
    margin: 0;
    padding: 6px 10px;
    border-left: solid 3px #0e2958;
}




/*FEATURED LIST*/

/*.radio_listing.featured ul li {
    list-style: none;
    font-size: 12px;
    margin: 0;
    padding: 6px 10px;
    border-left: solid 3px #0e2958;
}

.radio_listing.featured .title {
    margin: 0 0 10px;
    font-weight: normal;
    color: #ffde00;
    padding: 0;
}

.radio_listing.featured ul li:hover {
    color: #ffffff !important;
    background: #006fa5;
    padding: 6px 15px 6px 10px;
    border-left: solid 3px #ffde20;
    text-decoration: none;
}

.radio_listing.featured ul .active {
    color: #ffffff !important;
    background: #006fa5;
    padding: 6px 15px 6px 10px;
    border-left: solid 3px #ffde20;
    text-decoration: none;
}


.radio_listing.featured {
    background: #0e2958;
}

.radio_listing.featured ul {
    width: 288px;
    float: left;
    margin-right: 10px !important;
}

.radio_listing.featured ul:nth-child(3) {
    margin-right: 0 !important;
}

.radio_listing.featured ul li:nth-child(2n+0) {
    background: #091e42;
}*/

/*FEATURED LIST*/



/*FEATURED BLOCKS*/

/*.radio_listing.featured ul {
    width: 593px;
    float: none;
    margin-right: 10px !important;
}

.radio_listing.featured ul li {
    width: 68px;
    height: 60px;
    list-style: none;
    font-size: 12px;
    margin: 0;
    padding: 6px 7px;
    border-left: solid 3px #0e2958;
    float: left;
    border: solid 1px #12346f;
    position: relative;
}

.radio_listing.featured ul li span {
    width: 20px;
    height: 20px;
    background: #0e2958;
    position: absolute;
}

.radio_listing.featured ul li .radio_icon {
    width: 15px;
    height: 13px;
    padding: 2px 5px 2px 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/radio_btn.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 3px 3px;
    z-index: 3;
}

.radio_listing.featured ul li a p {
    bottom: 0;
    position: absolute;
    color: #e2e2e2;
    font-weight: normal;
    margin-bottom: 5px;
    width: 70px;
}

.radio_listing.featured ul li a p:hover {
    text-decoration: none;
}

.radio_listing.featured ul li a {
    width: 68px;
    height: 43px;
    color: #e2e2e2 !important;
    padding: 0px 0 25px;
    display: inline-block;

}

.radio_listing.featured .title {
    margin: 0 0 10px;
    font-weight: normal;
    color: #e2e2e2;
    padding: 0;
}

.radio_listing.featured ul li:hover {
    color: #ffffff !important;
    border: solid 1px #ffde20;
    text-decoration: none;
}

.radio_listing.featured ul li a:hover > span {
    background-color: #ffde20 !important;
}

.radio_listing.featured ul li.active {
    color: #ffffff !important;
    border: solid 1px #ffde20 !important;
    text-decoration: none;
}

.radio_listing.featured ul li.active span {
    background-color: #ffde20 !important;
}

.radio_listing.featured {
    background: #0e2958;
}

.radio_listing.featured ul:nth-child(3) {
    margin-right: 0 !important;
}

.radio_listing.featured ul li:nth-child(2n+0) {
    background: #091e42;
}*/

/*FEATURED BLOCKS*/



/*FEATURED INI*/

.radio_listing.featured ul {
        width: 420px;
    float: left;
    margin-right: 10px !important;
    display: inline-block;
}


.med-rec-wrap {
    width: 300px;
    height: auto;
    margin-bottom: 10px;
    display: inline-block;
}

.med-rec2 {
    width: 300px;
    height: auto;
    background: #19273e;
    float: left;
        text-align: center;

}

.bottom_head {
    position: relative;
    display: inline-block;
    padding: 30px 0 20px;
}

.logo {
    width: 200px;
    float: left;
    margin: 20px 52px 0 0;
}

.logo a img {
    width: 200px;
}

.controls_wrap {
    width: 475px;
    float: left;
}

.radio_listing.featured ul li {
    /*width: 68.6px;
    height: 60px;
    list-style: none;
    font-size: 12px;
    margin: 0;
    padding: 6px 7px;
    border-left: solid 3px #0e2958;
    float: left;
    border: solid 1px #12346f;
    position: relative;
    box-shadow: 2px 0px 1px 1px #000000;
    z-index: 1;*/

    list-style: none;
    font-size: 12px;
    margin: 0 0 3px 0;
    padding: 0;
    float: left;
    border-radius: 5px;
    border: solid 1px #353e4d;
    position: relative;
    background: rgba(32,39,51,1);
    background: -moz-linear-gradient(top, rgba(32,39,51,1) 0%, rgba(53,66,90,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,39,51,1)), color-stop(100%, rgba(53,66,90,1)));
    background: -webkit-linear-gradient(top, rgb(13, 26, 49) 0%, rgb(24, 37, 60) 100%);
    background: -o-linear-gradient(top, rgba(32,39,51,1) 0%, rgba(53,66,90,1) 100%);
    background: -ms-linear-gradient(top, rgba(32,39,51,1) 0%, rgba(53,66,90,1) 100%);
    background: linear-gradient(to bottom, rgb(26, 114, 136) 0%, rgb(19, 45, 95) 100%);
}

.radio_listing.featured ul li span {
    width: 20px;
    height: 20px;
    background: #0e2958;
    position: absolute;
}

.radio_listing.featured ul li .radio_icon {
        width: 15px;
    height: 8px;
    padding: 6px 3px 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    transition: 0.3s;
    background: transparent;
    background-image: url(https://cdn.ghanaweb.live/design/radio_btn.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 2px 2px;
    z-index: 3;
    right: 15px;
}

.radio_listing.featured ul li a p {
        position: absolute;
    color: #cbd0da;
    font-weight: normal;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    display: block;
    padding: 3px;
}

.radio_listing.featured ul li a p:hover {
    text-decoration: none;
}

.radio_listing.featured ul li a {
        width: 385px;
    height: 17px;
    color: #e2e2e2 !important;
    padding: 5px 10px;
    display: inline-block;
    margin: 0;

}

.radio_listing.featured .title {
    margin: 0 0 10px;
    font-weight: normal;
    color: #e2e2e2;
    padding: 0;
}

.radio_listing.featured ul li:hover {
    color: #ffffff !important;
    border: solid 1px #ffde20;
    text-decoration: none;
        z-index: 2;
}

.radio_listing.featured ul li a:hover > span {
    /*background-color: #ffde20 !important;*/
    color: #091e42;
}

.radio_listing.featured ul li.active {
    color: #ffffff !important;
    border: solid 1px #ffde20 !important;
    text-decoration: none;
    z-index: 2;
}

.radio_listing.featured ul li.active span {
    background-image: url(https://cdn.ghanaweb.live/design/radio_btn2.gif);
    /*background-color: #ffde20 !important;*/
    color: #091e42;
}

.radio_listing.featured ul li.active p {
    color: #fff;
}

.radio_listing.featured {
    background: rgba(32,39,51,1);
    background: -moz-linear-gradient(top, rgba(32,39,51,1) 0%, rgba(53,66,90,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,39,51,1)), color-stop(100%, rgba(53,66,90,1)));
    background: -webkit-linear-gradient(top, rgb(13, 26, 49) 0%, rgb(24, 37, 60) 100%);
    background: -o-linear-gradient(top, rgba(32,39,51,1) 0%, rgba(53,66,90,1) 100%);
    background: -ms-linear-gradient(top, rgba(32,39,51,1) 0%, rgba(53,66,90,1) 100%);
    background: linear-gradient(to bottom, rgb(13, 26, 49) 0%, rgb(34, 47, 71) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202733', endColorstr='#35425a', GradientType=0 );
    border-bottom: solid 5px #1f2633;
}

.radio_listing.featured ul:nth-child(3) {
    margin-right: 0 !important;
}

.radio_listing.featured ul li:nth-child(2n+0) {
    /*background: #091e42;*/
}
/*FEATURED INI*/








.radio_listing ul li a {
    color: #e2e2e2 !important;
    padding: 6px 200px 6px 0;
}

.radio_listing.not_featured ul li {
    list-style: none;
    font-size: 12px;
    /* font-weight: bold; */
    margin: 0;
    padding: 6px 10px;
    border-left: solid 3px #454d5d;
}

.radio_listing.not_featured ul li a {
    color: #e2e2e2 !important;
    padding: 6px 0 6px 0;
}

.radio_listing.not_featured ul li a:hover {
    color: #ffde00 !important;
}

.radio_listing.not_featured ul li.active a {
    color: #ffde00 !important;
}

.radio_listing.not_featured .title {
    margin: 0 0 10px;
    font-weight: normal;
    color: #e2e2e2;
    padding: 0;
}

.radio_listing .note {
    font-size: 10px;
    color: #576f98;
    margin: 30px 0 0;
    display: inline-block;
}

/*Radio*/





/*end of search page*/


/*end of inner*/