.price-wrapper { max-width: 1200px; width: 100%; height: 600px!important; }

.pr-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    overflow-y: hidden !important;
    overflow-x: auto;
    border: 3px solid #02a7df;
    border-radius: 10px;
    min-height: 400px;
    height: 600px!important;
}

.pr-scroll {
    position: absolute;
    width: 280px;
    z-index: 99;
    left: 3px;
    top: 0px;
    height: 600px!important;
}

.pr-scroll .pr-header-placeholder {
    height: 100px;
    border-top-left-radius: 15px;
    z-index: 999;
}

.pr {
    overflow: hidden;
    width: 2500px;
    position: relative;
    min-height: 400px;
    height: 600px!important;
}

.pr2 {
    overflow: hidden;
    width: 1200px;
    position: relative;
}

.pr-header {
    background: #004684;
    color: #ffffff;
    height: 80px;
    padding-top: 15px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    
}

.pr-header > div {
    float: left;
    width: 300px;
    z-index: -1;
}

.pr-header > div.placeholder {
    width: 300px;
}

.pr-row {
    background: #ffffff;
    float: left;
    height: 70px!important;
}



.pr-coursename {
    float: left;
    width: 280px;
    text-align: left;
}

.pr-courseprice {
    float: left;
    width: 300px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding-left: 5px;
    height: 70px!important
}

.pr-courseprice-placeholder { width: 280px; float: left; height: 70px!important; }

.pr-row .pr-course {
    float: left;
    width: 1200px;
    height: 505px;
}

.pr-coursename h3 {
    color:  #1c1c1c;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 40px;
    font-family: 'Open Sans', sans-serif;
}

.pr-course {
    position: relative;
}

.pr-class {
    border-radius: 3px;
    border: 1px solid #dddddd;
    background-color:  #ffffff;
    color:  #151925;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    margin-top: 25px;
}

.margin-tmin5 { margin-top: -5px!important; }
.margin-tmin10 { margin-top: -10px!important; }
.margin-tmin15 { margin-top: -15px!important; }
.margin-tmin20 { margin-top: -20px!important; }
.margin-tmin25 { margin-top: -25px!important; }
.margin-tmin30 { margin-top: -30px!important; }
.margin-tmin35 { margin-top: -35px!important; }
.margin-t15 { margin-top: 15px; }