.rightBox {
    height: 100%;
    width: 296px;
    background: #fff;
    float: right;
}

.subPageMainBox tr, .subPageMainBox .table>tbody>tr>td {
    vertical-align: middle;
}

.date-box {
    display: table-cell;
    vertical-align: middle;
    background-color: #000;
    color: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    font-family: Verdana, sans-serif;
}

.date-box .day-part {    
    color:#ffc600;
    font-size: 38px;
    font-weight: 700;
    display: block;
    line-height: 40px;
}

.subPageMainBox .table {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.subPageMainBox .table-striped>tbody>tr:nth-child(odd) .date-box {
    background-color: #001b3e;
}

.subPageMainBox .table>tbody>tr>td:first-child {
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 20px;
}

.download-box {    
    display: inline-block;    
    padding: 30px;
}

.download-item {    
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 236px;
    height: 236px;  
    color: #fff;
    //background: rgba(0, 0, 0, 0.4);
        
}

.download-item h1 {
    font-family: Verdana, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase; 
}

.download-item .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);   
}

.download-item img, .download-item a, h1 {
    position: relative;
    z-index: 2;
}
