.past img{
    max-width: 100%;
}
.past .container.cnt-850{
    max-width: 850px;
}
.pst-head{
    background-color: #242422;
    color: #fff;
    min-height: 100px;
    padding-bottom: 70px;
    background-image: url(../images/past/bg.jpg);
    background-attachment: fixed;
    background-position: top center;
}
.past h1{
    text-shadow: 2px 2px 1px #000;
    margin-bottom: 25px;
}
.past h1 span{
    color: #f7da64;
}
.past .pst-step1{
    background-color: #e4ebf3;
    padding-bottom: 30px;
}
.past .step-img{
    margin-top: -45px;
}
.past .pst-step1 h3{
    color: #d94f53;
}
.past .pst-step1 a{
    color: #2e75ba;
    border-bottom: 1px solid;
    font-size: 18px;
    line-height: 30px;
}
.past .pst-timing{
    padding: 20px 0;
    background-color: #fff;
}
.past .pst-timing .pst-cal-box{
    background-color: #f6f6f6;
}
.past .pst-timing .pst-cal-box h3{
    color: #334167;
    margin-bottom: 20px;
    margin-top: 0;
}
.past .pst-timing .pst-cal-box h4{
    color: #cc3d34;
    margin-bottom: 0;
}
.past .pst-timing .pst-cal-box .cal-item{
    width: 215px;
    height: 253px;
    background-image: url(../images/past/calendar.png);
    position: relative;
    margin: 0 auto;
}
.past .pst-timing .pst-cal-box .cal-item .cal-month{
    line-height: 48px;
    margin-top: 11px;
    color: #fff;
    text-shadow: 1px 2px 5px rgba(0,0,0,0.4);
    font-size: 34px;
    float:right;
    width:100%;
}
.past .pst-timing .pst-cal-box .cal-item .cal-day-title{
    line-height: 60px;
    color: #000;
    font-size: 34px;
    float:right;
    width:100%;
}
.past .pst-timing .pst-cal-box .cal-item .cal-day-num{
    line-height: 80px;
    color: #000;
    font-size: 120px;
    float:right;
    width:100%;
    font-weight: bold;
    letter-spacing: -5px;
}
.past .pst-check{
    text-align: right;
}
.past .pst-check h3{
    margin-bottom: 30px;
}
.past .pst-check>ul{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.past .pst-check>ul li{
    border-bottom: 1px dashed #bfbfbf;
    padding-bottom: 15px;
    margin-bottom: 15px;
    float: right;
    width: 100%;
    padding-right: 35px;
    background-image: url(../images/past/tick1.png);
    background-repeat: no-repeat;
    background-position: top right;
    font-size: 18px;
}
.past .pst-timing h2.yellow-bar{
    color: #bb362d;
    background-color: #f7da64;
    padding: 15px;
    text-align: center;
    float: right;
    width: 100%;
    border: 2px dashed #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.past .pst-timing .pst-timer{
    background-color: #efefef;
    display: table;
    margin: 15px auto;
    padding: 10px;
}
.past .pst-timing .pst-timer h3{
    color: #2e75ba;
    margin-top: 0;
}
.past .pst-timing .bot-content{
    color: #797979;
    margin-bottom: 50px;
}
.past .pst-timing .bot-content h3{
    color: #d43d1b;
}
.past .pst-timing .bot-content button{
    border: none;
    background-color: #d43d1b;
    color: #fff;
    font-size: 30px;
    padding: 15px;
    border-radius: 100px;
    margin: 10px 0;
}
.past .pst-timing .bot-content button:hover{
    background-color: #a02b11;
}
.past .pst-step2{
    background-color: #ecf0f1;
    padding-bottom: 10px;
}
.past .pst-book{
    padding: 20px 0;
    background-color: #fff;
}
.past .pst-book .pst-check{
    
}
.past .pst-book .pst-check h2{
    color: #2968af;
    font-size: 45px;
    text-align: right;
    font-weight: bold;
    margin-bottom: 0;
}
.past .pst-book .pst-check h3{
    color: #fff;
    background-color: #e14938;
    float: right;
    font-size: 28px;
    text-align: right;
    padding: 10px;
}
.past .pst-black{
    background-color: #fff;
    padding: 20px 15px 40px 15px;
    border-bottom: 20px solid #26272b;
}
.past .pst-black .container{
    max-width: 800px;
    padding: 20px;
    background-color: #26272b;
    border-radius: 10px;
}
.past .pst-black .pdf-box{
    width: 100%;
    line-height: 60px;
    background-color: #000;
    color: #fff;
    font-size: 24px;
    text-align: right;
    margin-bottom: 15px;
}
.past .pst-black .pdf-box img{
    margin-left: 10px;
    
}
.past .pst-black button.pst-download{
    border: none;
    background-color: #d43d1b;
    padding: 15px;
    border-radius: 10px;
    max-width: 500px;
    margin-top: 15px;
}
.past .pst-black button.pst-download:hover{
    background-color: #a02b11;
}