body {
min-width: 320px;
overflow: visible;
}

table caption {
margin: 5px 0px;
}

table{
    width: 100%;
    /*background: black;*/
    border: 1px solid red;
    border-radius: 3px;
    /*overflow: hidden;*/
    margin-bottom: 40px;
    box-shadow: 0px 5px 5px 0px rgba(255, 0, 0, 0.05);
    line-height: 1.3;
    border-collapse:collapse;
    border-spacing:0;
    color: white;
}
@media (max-width: 500px) {
table {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
}

table th{color: #fff;background: #e10000;font-size: 18px;font-weight: 500;padding: 0 12px;vertical-align: middle;height: 40px;text-align: center; border: 0px;}
table th:nth-child(1){text-align: left;}
table td{vertical-align: middle;padding: 8px 12px;border-bottom: 1px solid #e8e8e8; border: 0px; text-align: center;}
table td:nth-child(1){text-align: left;}
table tr:nth-child(2n){background: #160000;}
table b, table strong{font-weight: 500;}
table a{color: #e10000; border-bottom: 1px solid transparent}
table a:hover{border-color: #e10000}

     .bgimg-block {
        background-color: rgba(0,0,0,0.55);
        font-size: 25px;
        font-weight: 400;
        padding-top: 6px;
        padding-left:6px;
        margin-left:auto;
        margin-top: 50px;
        position: absolute; bottom: 45px; left: 40px; width: 300px; height:125px;
    }


@media (max-width: 450px) {
    .bgimg-block {
        bottom: 10px;
        width: 250px;
        height: 100px;
    }
.bgimg-block p, .bgimg-block h4 {
font-size: 14px;
}
}

@media (min-width: 740px) {
    .bgimg-block {
        left: 50px;
        top: 0px;
        width: 300px;
        height: 235px;
    }
}
