@font-face {
  font-family: "sanvito-pro-display";
  src: url(fonts/Sanvito-Pro-Display.ttf) format("truetype");
}
body {
    /*background-image: url("images/library2.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    background: #F8F8F8;
    background-size: 100%;
    background-repeat: repeat;
    text-align: center;
    font-family: sanvito-pro-display, serif;
    font-size: 18px;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    
}

a:active {
    
}

img {
    border: none;
}
thead, tbody, th, td, tr {
    border: solid 1px #000000;
}
td {
    font-weight: bold;
}
tr {
    margin: 0px auto;
}
progress {
    display: inline-block;
}

/* Alert System */

#alert_system {
    width: 300px;
    height: 50px;
    background: #F8F8F8;
    margin: 0px 0px 0px -150px;
    text-align: center;
    font-size: 21px;
    display: none;
    border: ridge;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 10px 0px 0px 0px;
    border-radius: 10px;
    box-shadow: 10px 10px 5px #888888;
}

/* Main Site Begins */

#library_login_form {
    display: inline;
}
tr.wishlistitem {
    background-color: #EBC6C6;
}
tr.borroweditem {
    background-color: #D2D22D;
}
tr.lentitem {
    background-color: #33CCCC;
}
tr.owneditem {
    background-color: #E5FFCC;
}
#mobileSearch {
    width: auto;
    margin: 15px auto;
}
table#mobileBookSearchResultsHeader, table#mobileGameSearchResultsHeader {
    margin: 0px auto;
}
table#mobileBookSearchResults, table#mobileGameSearchResults {
    margin: 0px auto;
}
#mobile_book_list_container, #mobile_game_list_container {
    width: 95%;
    border: ridge;
    border-radius: 15px;
    box-shadow: 10px 10px 5px #888888;
    padding: 10px 5px 0px 5px;
    margin: 0px auto 10px auto;
}
#mobile_book_list, #mobile_game_list {
    margin: 0px auto 10px auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#mobile_book_list, #mobile_game_list {
    width: 96%;
    height: 300px;
}

/** Mobile Book **/

#mobileBookSearchResultsContainer {
    width: auto;
    height: 220px;
    overflow: auto;
    margin: 0px auto 10px auto;
    -webkit-overflow-scrolling: touch;
}
#th_mobile_book_title {
    width: 140px;
    text-align: center;
}
.td_mobile_book_title {
    width: 140px;
    text-align: left;
}
#th_mobile_book_author, .td_mobile_book_author {
    width: 100px;
    text-align: center;
}
#th_mobile_book_cover_type, .td_mobile_book_cover_type {
    width: 75px;
    text-align: center;
}

/** Mobile Game **/

#mobileGameSearchResultsContainer {
    width: auto;
    height: 220px;
    overflow: auto;
    margin: 0px auto 10px auto;
    -webkit-overflow-scrolling: touch;
}
#th_mobile_game_title {
    width: 200px;
    text-align: center;
}
.td_mobile_game_title {
    width: 200px;
    text-align: left;
}
#th_mobile_game_system, .td_mobile_game_system {
    width: 100px;
    text-align: center;
}
#footer {
    width: auto;
    height: auto;
    margin: 10px auto;
}