

p {
    margin: 20px 0;
}
a {
    color: #262626;
}

/* input[type="text"],  textarea {
  font-family: 'Colfax-Regular';
 }*/

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table,
table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}

img {
    width: 100%;
    vertical-align: top;
}

embed {
    vertical-align: top;
}

* {
    border: none
}

/*end of reset*/

#medsection2 a:visited,
#medsection3 a:visited {
    /*color: #767676;*/
}

#medsection1 {
    background-color: #fff;
    float: left;
    width: 92%;
    border: 1px thin #f4f4f4;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 15px;
}
.main-container {
    padding: 0 10px 0 10px;
}
#mainbody {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.section-title {
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 10px 0;
}
.section-title-videos > a {
    color: #000000;
}
.lead {
    display: inline-block;
}
.left_lead {
    width: 100%;
    height: auto;
}
.right_lead {
    width: 100%;
    height: auto;
    margin: 0;
    float: left;
}
.lead .item {
    width: 100%;
    margin: 0 0 10px 0;
    height: 360px;
    background-color: #ececec;
    /*border: solid 1px #dbdbdb;*/
}
.lead .item .image {
    overflow: hidden;
    height: 200px;
    position: relative;
}
.lead .item .image .play {
    width: 40px;
    height: 20px;
    padding: 2px 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    transition: .3s;
    position: absolute;
    left: 15px;
    top: 15px;
    background-image: url(https://cdn.ghanaweb.com/design/play-icon2.png);
    background-repeat: no-repeat;
    background-size: 25px;
    z-index: 3;
}
.lead .item .image img {
    width: 100%;
}
.lead .item .info {
    border-top: none;
    width: 94%;
    height: 157px;
    padding: 15px 15px 0;
    position: absolute;
}
.lead .item h3 {
    overflow: hidden;
    height: 82px;
    line-height: 27px;
    font-size: 23px;
}
.lead .item .section, .WorldHM .section {
    position: absolute;
    bottom: 15px;
}
.lead .item .section a, .video_list li .section a {
    color: #949494;
    font-size: 11px;
    text-transform: uppercase;
}
.video_list li {
    width: 100% !important;
    height: auto !important;
}
ul.video_list li {
        float: left;
    width: 211.7px;
    margin: 0 15px 10px 0;
    height: 240px;
    background-color: #ECECEC;
    /*border: solid 1px #DBDBDB;*/
}
.video_list li .image {
    overflow: hidden;
    width: 40%;
    height: 100px;
    position: relative;
    margin-right: 10px;
    float: left;
}
.video_list li:nth-child(2n+0) {
    margin-right: 0;
}
.video_list li h3 {
        overflow: hidden;
    height: 58px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 19px;
    font-weight: inherit;
}
.video_list li .section {
    bottom: 10px;
}


#rightsection {
    width: 300px;
    height: 600px;
    float: left;
    margin: -35px 0 0 0 !important;
    background: #ececec;
    padding: 15px;
}
ul.video_list .info {
        border-top: none;
    height: 90px;
    padding: 10px 10px 0 0;
    /* position: absolute; */
    width: 56%;
    float: left;
}
.bottom_list {
    display: inline-block;
}
ul.video_list.bottom li {
    float: left;
    margin: 0 15px 15px 0;
    height: 240px;
    background-color: #ECECEC;
    /*border: solid 1px #DBDBDB;*/
}
ul.video_list.bottom li:nth-child(4n+0) {
    margin-right: 0;
}

/*FIXTURES*/

.section-tab {
    margin: 15px 0;
    padding: 0;
    text-align: center;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.section-tab a {
    width: 100%;
    padding: 10px;
    flex-grow: 1;
    font-size: 14px;
    font-weight: bold;
    background: #ececec;
}
.section-tab a.active {
    background: #e3062f;
    color: #fff;
}
.afcon_fixtures_table {
    font-family: Montserrat,Cocon,Helvetica,Arial,sans-serif;
}
.table_title {
    background: #e3062f;
    color: #fff;
    padding: 5px 5px;
    font-size: 12px;
}
.match-row {
    padding: 15px 10px 15px;
}
.match-row:nth-child(even) {
    background: #f7f7f7;
}
.first-row {
    font-size: 12px;
    text-transform: none;
    padding-top: 4px;
    text-align: center;
    margin-bottom: 10px;
}
.match-row-second {
    display: table;
    width: 100%;
}
.hometeam, .awayteam {
    display: table-cell;
    width: 35%;
}
.hometeam>div, .awayteam>div {
    display: table;
}
.afcon_fixtures_table img {
    width: 25px;
    /*border: 1px solid rgba(212,208,208,.4);*/
    display: table-cell;
}
.team-full-name {
    font-size: 13px;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 12px;
}
.match-row-score {
    display: table-cell;
    width: 30%;
    font-size: 25px;
    vertical-align: middle;
    text-align: center;
}
.match-row-score {
    display: table-cell;
    width: 30%;
    font-size: 17px;
    vertical-align: middle;
    text-align: center;
    line-height: 15px;
}
.awayteam {
    direction: rtl;
}

/*STANDINGS*/

.afcon_standings_table {
    font-family: Montserrat,Cocon,Helvetica,Arial,sans-serif;
}
.afcon_block table {
    margin-top: 30px;
}
.afcon_standings_table tr, .afcon_standings_table table {
    width: 100%;
}
.afcon_standings_table caption {
    font-family: inherit!important;
}
.afcon_standings_table caption {
    text-transform: uppercase;
    font-weight: 700;
    font-family: Cocon;
    font-size: 24px;
    text-align: left;
}
.afcon_block th.vh-std-col-grp.std-spacer {
    width: 19%;
    font-size: 13px;
    padding: 10px 0;
    padding: 10px 0 10px 10px;
    text-align: left;

}
.afcon_block .afcon_standings_table th {
    width: 4%;
    font-size: 13px;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.afcon_block .afcon_standings_table abbr {
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}
.team_flag img {
    width: 20px;
    float: left;
    margin-right: 10px!important;
}
.afcon-left tr:nth-child(even) {
    background-color: #f4f4f4;
}
.afcon_standings_table tr:nth-child(even) {
    background: #f7f7f7;
}

/*TEAMS*/

.afcon_block .afcon_standings_table.teams th.vh-std-col-grp.std-spacer {
    padding: 20px 0 20px 10px;
}
.afcon_standings_table.teams .team_flag {
    width: auto;
    float: none;
    margin: auto;
    margin-top: 30px;
}
.afcon_standings_table.teams .team_image {
    width: 40%;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    border: solid 1px #e1e1e1;
    margin: auto;
}
.afcon_standings_table.teams .team_image img {
    width: 100%;
}
.afcon_standings_table.teams .top {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}
.afcon_standings_table.teams .afcon_sub_menu {
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #ececec;
}
.afcon_standings_table.teams .afcon_sub_menu a {
    padding: 5px 0;
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin-right: 25px;
    text-decoration: none;
}
.afcon_standings_table.teams .afcon_sub_menu a.active {
    border-bottom: solid 2px #e3062f;
}
.afcon_standings_table.teams .top .country_name {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin: 10px;
    display: inline-block;
}
.team_flag {
    width: 200px;
    margin: auto;
}
.afcon_standings_table.teams .statistics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #ECECEC;
    padding: 30px 10px 20px;
    margin: 40px 0;
}
.afcon_standings_table.teams .statistics .item {
    width: 20%;
    flex-grow: 1;
    text-align: center;
}
.afcon_standings_table.teams .statistics .item .fig {
    margin: auto;
    font-size: 35px;
    color: #e3062f;
}
.afcon_standings_table.teams .item .fig span {
    width: 23px;
    height: 23px;
    padding: 4px 0;
    font-size: 10px;
    border-radius: 30px;
    display: inline-block;
    line-height: 15px;
    float: left;
    text-align: center;
    margin: 0 3px 3px 0;
}
.afcon_standings_table.teams .item .fig.score {
    margin: 10px 0 !important;
    display: inline-block;
}
.afcon_standings_table.teams .item .fig.score .win {
    background: #00B52A;
    color: #fff;
}
.afcon_standings_table.teams .item .fig.score .draw {
    background: #626262;
    color: #fff;
}
.afcon_standings_table.teams .item .fig.score .lose {
    background: #E3062F;
    color: #fff;
}
.afcon_standings_table.teams .item .fig.score .canceled {
    background: #ececec;
    color: #626262;
    border: solid 1px #626262;
}
.afcon_standings_table .stadium {
    color: #959595;
    font-weight: initial;
    margin-left: 10px;
}
.afcon_standings_table.teams .statistics .item .title {
    text-transform: uppercase;
    font-size: 9px;
}

.afcon_standings_table.group_wrap .vh-std-col-grp.std-spacer {
    width: 20%;
    text-align: left;
    font-size: 17px;
    padding: 15px 0 15px 10px !important;
}
.afcon_standings_table.group_wrap .vh-std-col-grp.std-spacer p {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 10px;
}
.block.afcon_block {
    /*margin: 50px 0;*/
}

/*TEAM PROFILE*/

.afcon_standings_table.teams .profile_info {
    margin: 0 0 20px 0;
}
.afcon_standings_table.teams .profile_info ul.bio_wrap {
    width: auto;
    background: #f5f5f5;
    padding: 20px;
    display: block;
}
.afcon_standings_table.teams .profile_info ul li {
    margin: 0;
    font-size: 15px;
    padding: 5px 0;
}
.afcon_standings_table.teams .profile_info p {
    font-size: 15px;
    font-weight: normal;
}
.afcon_standings_table.teams .profile_info .title_breaker {
    font-size: 20px;
    margin: 25px 0;
}
.afcon_standings_table.teams .profile_info .fact_point_wrap {
    list-style: decimal;
    margin: 0 0 0 20px;
}
.afcon_standings_table.teams .profile_info .fact_point_wrap li {
    margin-bottom: 15px;
}

/*TEAM SQUAD*/

.squad_list {
    display: inline-block;
}
.squad_list .squad_item {
    width: 50%;
    margin: 0;
    float: left;
    padding: 20px 10px;
    border-bottom: solid 1px #ececec;
    text-align: center;
}
.squad_list .squad_item .image {
    width: 60%;
    border: solid 2px #ececec;
    border-radius: 80px;
    overflow: hidden;
    margin: auto;
    text-align: center;
}
.squad_list .squad_item .det {
    /* width: 40%; */
    /*float: left;*/
}
.squad_list .squad_item .det .name {
    font-size: 13px;
    margin: 10px 0;
}
.squad_list .squad_item .det .postion {
    color: #e3062f;
    font-size: 12px;
}

.icon.time {
    width: 12px;
    height: 14px;
    display: inline-block;
    background-image: url(https://cdn.ghanaweb.com/design/social_svg/social_sprite_.png);
    background-size: 150px;
    background-position: -53px -74px;
    background-repeat: no-repeat;
    margin: 0px 2px -1px 0;
    float: none;
}

.view_commentary{
    display: block;
    font-size: 13px;
    padding-top: 8px;
}
.view_commentary a {
    color: red;
}
#commentary_container {
    border-top: 2px solid;
}