ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

body {
    background: #000;
    padding: 0;
    color: #fff;
    /*font-family: Arial;*/
}
.pditembox{
    margin-top:2em;
}
.pditembox:after, .pdbox:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.itembox {
    float: left;
    width: 20%;
}

.itembox li {
    border-right: #5c5a5a solid 1px;
    padding: 10px;
    border-bottom: #5c5a5a solid 1px;
    font-weight:bold;
    text-transform: uppercase;
    color: #ccc;
}
.specName{font-weight: bold; color: #ccc; text-transform: uppercase;}

.itembox li:first-child {
    border-top: #5c5a5a solid 1px;
}

.pdbox {
    float: right;
    width: 80%;
}

.pdbox .pre {
    float: left;
    width: 10%;
    position: relative;
    margin-top: 50%;
}

.pdbox .next {
    float: right;
    width: 10%;
    position: relative;
    margin-top: 50%;
}

.pdbox .pdtbbox {
    float: left;
    width: 100%;
    /*overflow-x: scroll;*/
}

.pdtb {
    display: table;
    width: 100%;
    /*width: 1800px;*/
}

.pdtb .tr {
    display: table-row;
}

.pdtb .th, .pdtb .td {
    display: table-cell;
    border-right:#5c5a5a solid 1px;
    padding: 10px;
}
.pdtb .th, .pdtb .tr:first-child > .td{
    border-top:#5c5a5a solid 1px;
}

.pdtb .td {
    width: 300px;
    word-wrap: break-word;
    /*word-break: break-all;*/
}
.pdtb .tr:nth-child(even){
    background:#201f1f;
}
.pdtb .tr:hover{
    /*background:#272626;*/
}
.pdtb .th, .pdtb .tr > .td {
    border-bottom: #5c5a5a solid 1px;
}
body{
    background-color:#000;
    width:100%;
    overflow-x:hidden !important;
    /*font-family:'DINPro-Medium';*/
}
@font-face{
    font-family: 'Coalition_v2';
    src:url(../../fonts/Coalition_v2..ttf);
}
.pditembox{
    color:#888882;
    overflow:hidden;
}
.pditembox td{
    border-right:#5c5a5a solid 1px;
    padding:5px 10px;
}
.span{
    display:block;
    background:#201f1f;
    width:40px;
    height:40px;
    text-align:center;
    line-height:3em;
    margin:auto;
    border-radius:5px;
}
.span:hover{
    background:#272626;
    color:#FFFFFF;
}
.pditembox h1{
    color:#FFFFFF;
    font-size:1.5em;
    display:block;
    text-align:center;
    margin-top:10px;
}
.pditembox h1 strong{
    color:#FF0004;
}
.wtb-button{
    background:#FF0004;
    padding:3px 10px;
    color:#FFFFFF;
    display:inline-block;
    text-align:center;
    border-radius:5px;
    margin-bottom:10px;
    margin-top:10px;
    margin-left:40%;
    cursor: pointer;
}
.wtb-button:hover{
    background:#e20000;
    text-decoration:none;
    color:#FFFFFF
}
.wtb-button-2{
    background:#FF0004;
    padding:3px 10px;
    color:#FFFFFF;
    display:inline-block;
    text-align:center;
    border-radius:5px;
    margin-bottom:10px;
    margin-top:10px;
    margin-left:40%;
    cursor: pointer;
}
.wtb-button-2:hover{
    background:#e20000;
    text-decoration:none;
    color:#FFFFFF
}
.pditembox .title{
    color:#DCDCDC;
    text-transform:uppercase;
    text-align:left;
}
.pditembox .red{
    color:#FF0004;
}
@media only screen and (max-width: 480px) {
    .pdtb {
        /*width: 1660px;*/
    }
    .pdbox .pdtbbox {
        float: none;
        width: 100%;
        /*margin-left: -80px;*/
        /*overflow-x: scroll;*/
    }
    #pdbox{
        width: 95%;
    }
}
@media only screen and (max-width: 767px) {
    .pdbox {
        float: none;
        width: 100%;
    }
    .pdbox .pdtbbox {
        border-left: #5c5a5a solid 1px;
    }
}
.youtube-close-button {
    background-image: url(https://www.msi.com/images/front/btn_close.png);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 26px;
    right: 8px;
    position: absolute;
    top: 8px;
    width: 28px;
    z-index: 999999;
}