.c5-report--bgGray {
    padding: 20px 45px 45px 45px;
    background: #f6f7f6;
}
.c5-report--txt{
	margin-bottom: -40px;
	}
.c5-report--impressions{
	background-color: #fff;
    padding: 15px;
    border-style: solid;
    border-color: #E6E6E6;
	margin:0 !important;
	}
.c5-interview__banner {
    text-align: center;
    margin-top: 40px;
}
@media screen and (max-width: 890px) {
.c5-interview__banner a img {
    max-width: 830px;
    width: 100%;
}
}
@media screen and (max-width: 639px) {
.c5-report--bgGray {
    padding: 20px 30px;
    background: #f6f7f6;
}
.c5-report--topmg {
    margin-top: 60px !important;
}
.s5--bordered {
    border-bottom: 1px solid;
    padding-bottom: 0px !important; 
}
.c5-interview__banner a img {
    max-width: 830px;
    width: 100%;
}
}


/*-------------------
.c5-voice
--------------------*/


.c5-voice{
    display: block;
    margin-top: 20px;
}
    .c5-voice__table{
        display: table;
        width: 100%;
        height: 100%;
        margin-top: 20px;
    }
    .c5-voice__tableCell{
        display: table-cell;
        width: 50%;
        height: 100%;
        vertical-align: middle;
    }
    .c5-voice__tableCell.c5-voice__tableCell--left{
        padding-right: 10px;
    }
    .c5-voice__tableCell.c5-voice__tableCell--right{
        padding-left: 10px;
    }
    .c5-voice__tableCellBlock{
            background-color: #fff;
            padding: 15px;
            border-style: solid;
            border-color: #E6E6E6;
            margin: 0 !important;
            height: 100%;
    }

@media screen and (max-width: 639px) {
    .c5-voice{
    }
        .c5-voice__table{
            display: block;
/*            width: 100%;
            height: 100%;
            */
            margin-top: 0;
        }
        .c5-voice__tableCell{
            /*display: table-cell;*/
            /*vertical-align: middle;*/
            display: block;
            width: 100%;
            height: 100%;
            margin-top: 10px;
        }
        .c5-voice__tableCell.c5-voice__tableCell--left{
            padding-right: 0;
        }
        .c5-voice__tableCell.c5-voice__tableCell--right{
            padding-left: 0;
        }
        .c5-voice__tableCellBlock{
                background-color: #fff;
                padding: 15px;
                border-style: solid;
                border-color: #E6E6E6;
                margin: 0 !important;
                height: 100%;
        }

}





