body{
    font-size: 14px;
    margin: 0px;
}
.ebay-A-model{
    width: 100%;
}
.ebay-A-model .content{
    max-width:970px;
    padding: 15px;
    margin: 0 auto;
}
.ebay-A-model .content .main-description{
    font-size: 15px;
}
.logo-block{
    display: block;
}
img{
    max-width: 100%;
    height: auto;
}
h3{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 8px;
}
h4 {
    margin: 0px 0px 8px;
}
ul {
    margin: 0 0 18px 15px;
    padding-left: 3px;
}
li {
    font-size: 15px;
    line-height: 21px;
    padding-bottom: 6px;
}
.detail-block {
    display: block;
    overflow: hidden;
}
.detail-block-1{
    float: left;
    width: 33%;
}
.detail-block table tr,td{
    vertical-align: top;
}
.detail-block .detail-description{
    padding: 5px 5px 3px 5px;
}
.reminder-title{
    background: linear-gradient(to right,#00416A,#E4E5E6);
    display: block;
    padding: 11px 15px;
    max-width: 100%;
    border-radius: 10px 0px;
}
.reminder-title h3{
    color: #fff;
    margin:0px;
    text-align: center;
}
.reminder-content-common{
    padding-top: 10px;
    font-size: 14px;
}
.video-block{
    width: 70%;
    margin: 0 auto;
    padding-bottom: 12px;
}
.table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: left;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
@media (max-width: 767px) {
    .ebay-A-model {
        width: 100%
    }
    .detail-block-1{
        width: 100%;
    }
    .detail-img{
        text-align: center;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px){
    .all{
        width:100%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
    .all{
        width:100%;
    }
    .content .left-pic {
        float:none;
        width:100%;
    }
    .content .right-pic {
        float:none;
        width:100%;
    }
}
@media only screen and (max-width: 479px){
    .all{
        width:100%;
    }
    .content .left-pic {
        float:none;
        width:100%;
    }
    .content .right-pic {
        float:none;
        width:100%;
    }
}

