body {
    background-color: #333;
    position: relative;
    top: 0;
    min-height: 100%;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
}

div {
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
}

input[type="text"] {
    width: auto;
    min-width: 300px;
    height: 40px;
    font-size: 20px;
}

#header_searchBar_Submit-id {
    height: 40px;
    width: auto;
    font-size: 20px;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

#header_searchBar_Submit-id:hover {
    background-color: #111;
    color: white;
}

#header_VolumeSortOrder-id {
    float: right;
}

.visible-class {
    visibility: visible;
    opacity: 1;
    -moz-transition: opacity 0.5s ease, opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease, opacity 0.5s ease;
    -o-transition: opacity 0.5s ease, opacity 0.5s ease;
    transition: opacity 0.5s ease, opacity 0.5s ease;
    transition-delay: 1.0s;
}

.hidden-class {
    visibility: hidden;
    opacity: 0;
    -moz-transition: visibility 0s ease 0.5s, opacity 0.5s ease;
    -webkit-transition: visibility 0s ease 0.5s, opacity 0.5s ease;
    -o-transition: visibility 0s ease 0.5s, opacity 0.5s ease;
    transition: visibility 0s ease 0.5s, opacity 0.5s ease;
}

#Header-id {
    position: fixed;
    background-color: rgb(204, 204, 204);
    background-color: rgba(204, 204, 204, 0.9);
    padding-left: 1.5%;
    padding-right: 1.5%;
    padding-top: .25%;
    width: 97%;
    margin: 0px;
    height: auto;
    z-index: 15;
}

.Flexbox_Parrent-class {
    position: absolute;
    z-index: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    padding: 10px;
    height: auto;
    overflow: visible;
    width: 98%;
    max-width: 2000px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.volume_Flexbox_Parrent-class {
    position: relative;
    padding-right: 1%;
    padding-left: 1%;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: center;
    height: 100%;
    width: auto;
}

#Books-id {
    padding-top: 200px;
}

#Bookshelf-id {
    Padding-top: 150px;
}

.Volume-class {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    background-color: #CCC;
    overflow-y: auto;
    margin: 10px;
    padding: 1%;
    border: 3px solid #111;
    z-index: 11;
    cursor: pointer;
    flex-grow: 1;
    flex-basis: auto;
}

.Volume-class:hover {
    background-color: #9e9e9e;
}

.volume_DetailsFlexbox {
    flex-shrink: 1;
    flex-basis: auto;
}

.volume_Details-class {
    display: inline;
    padding-right: 5%;
    float: left;
    height: auto;
}

.volume_SubTitle-class {}

.GridView-class {
    height: 250px;
    width: 425px;
    max-width: 530px;
}

.ListView-class {
    height: 90px;
    width: 95%;
}

#details_Content_Container-id {
    background-color: white;
    background-size: 100%;
    position: fixed;
    z-index: 17;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    min-height: 50%;
    height: auto;
    max-height: 95%;
    overflow: scroll;
    width: 80%;
    max-width: 1000px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    top: 0;
    bottom: 0;
    margin-top: 52px;
    margin-bottom: auto;
}

#Details-id {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 19;
    height: auto;
    overflow: hidden;
    width: 100%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

#details_Content-id {
    z-index: 30;
    position: absolute;
    background: rgba(198, 198, 198, 0.9);
    padding: 10px;
    top: 0;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}

#details_Close-id {
    z-index: 28;
    background: rgba(190, 0, 0, 0.9);
    top: 0;
    position: absolute;
    width: 80%;
    max-width: 1000px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    height: 55px;
    text-align: center;
    font-size: 20px;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: 0;
    cursor: pointer;
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important;
    -webkit-transition: height 1.5s !important;
    /* Safari */
    transition: height 1.5s !important;
}

#details_Close-id:hover {
    height: 65px;
    opacity: 1 !important;
    visibility: visible;
}

h1 {
    font-size: xx-large;
    font-color: black;
    font-weight: bold;
}

h2 {
    font-size: x-large !important;
    font-color: black;
    font-weight: bold;
}

h3 {
    font-size: large !important;
    font-color: black;
    font-weight: bold;
}

.imgthumb {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    padding-right: 5%;
    flex-grow: 2;
    height: 100%;
}

.imgdetails {
    display: inline;
    padding-right: 5%;
    float: left;
    width: 30%;
}

.soloclearleft {
    clear: left;
}

.soloclearright {
    clear: right;
}

.Active-class {
    background-color: #4CAF50;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    max-width: 400px;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    background-color: #333;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

li a:hover {
    background-color: #111;
}

#header_NavigationMenu-id {
    float: left;
    width: auto;
    max-width: 500px;
    height: auto;
    margin-right: 10px;
    top: 0;
}

#header_SearchBar-id {
    float: left;
    top: 0;
    height: auto;
    min-width: 300px;
    width: auto;
}

#header_SearchDetails-id {
    clear: left;
    height: auto;
    overflow: hidden;
    max-width: 100%;
}

#header_SearchDetails_PageNumbers_PageLinks-id {
    width: 100%;
    float: left;
    clear: left;
    max-width: 100%;
    overflow: visible;
}

#header_SearchDetails-id {
    padding: 2px;
}