html {
overflow-y: scroll;
}
body {
background: url(../../../images/background.png) top repeat-x #A5DDF8;
}
#catsearch, #booksearch {
margin: 25px auto 30px;
text-align: center;
font-weight: bold;
font-size: 1.2em;
background-color: white;
border: 2px solid gray;
width: 350px;
padding: 10px;
}
#imagewrapper {
width: 950px;
margin: 20px auto;
}
#svgimage {
background-color: white;
}
.bkcase {
position: absolute;
font-size: 17px;
color: red;
background-color: yellow;
font-weight: bold;
margin: 0;
padding: 3px;
text-align: center;
display: none;
}
.searchresults {
width: 640px;
margin-left: auto;
margin-right: auto;
}
.aftersearch {
font-size:.9em;
text-align: center;
}
.synved-social-button {
display: none;
}