.or > img{width:100%; max-width:800px; display:block; margin:0 auto 40px;}
.or table{
    width:100%;
    border-collapse:collapse;
    margin:0 0 20px;
    border-spacing:2px;
}
.or table caption{text-align:left; font-size:20px; margin:0 0 15px;}
.or th{
    padding: 15px 5px;
    border-top: 1px solid #000;
    border-bottom:1px solid #000;
    border-right:1px solid #ddd;
    background-color: #f2f2f2;
    color: #000;
    font-weight: 500;
    font-size:15px;
    text-align:center;
}
.or th:last-child{border-right:0;}
.or td{
    padding: 8px 5px;
    border: 1px solid #ddd;
    color: #4c4c4c;
    text-align: center;
    font-size:15px;
}
.or td:first-child{border-left:0}
.or td:last-child{border-right:0}
/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:767px){
    .or th, .or td{font-size:13px;}
}
