.resources_content{
    padding-top: 30px;
    padding-bottom: 30px;
}

.book-th{
    width: 50px;
}
.chapter-th{
    width: 50px;
}
.page-th{
    width: 50px;
}
.type-th{
    width: 50px;
}
.title-th{
    width: 568px;
}

.page-title{
    font-size: 30px;
    text-align: center;
    margin: auto;
}

.book-title{
    font-size: 26px;
    text-align: center;
    margin: auto;
}

.resources_editable {
    z-index: 100;
    position: relative;
}

.resources_center {
    clear: both;
    margin: auto;
}

.resources_table{
    width: 768px; 
    height: 85px;
    border-collapse:separate;
}

.resources_table td, .resources_table th {
    padding: 2px;
    text-align: center;
}

.resources_tab_blue th {
    background-color: #FF9933;
    color: #ffffff;
    padding: 7px;
}

.resources_tab_blue td {
    background-color: #FFFFCC;
    color: #222;
    padding: 7px;
}

A, A:visited {
    color: #4067ae;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


@media only screen and (max-device-width: 768px), only screen and (max-width: 768px){
    
    table.resources_table {
        width: 95%;
        border-collapse:separate;
     }

     .resources_content{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}