body {
    margin:0px;
    font-family: 'Merriweather', serif;
    background-color: #eaeaea;
    min-width: 900px;
}

#header {
    padding:10px;
}

a, a:link, a:hover, a:visited, a:focus, a:active {
    text-decoration: none !important;
}

#links {
    width:100%;
    background-image: url("line.png");
    background-position: top left;
    background-repeat: no-repeat;
    padding:2px 0 0 0;
    height:40px;
}

.link {
    display: inline-block;
    float:left;
    padding:6px 12px 6px 10px;
    margin: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: transparent;
    color:#555;
    height:24px;
    line-height: 24px;
    -webkit-box-shadow: inset 0px 0px 5px #e2e2e2;
    -moz-box-shadow: inset 0px 0px 5px #e2e2e2;
    -ms-box-shadow: inset 0px 0px 5px #e2e2e2;
    -o-box-shadow: inset 0px 0px 5px #e2e2e2;
    box-shadow: inset 0px 0px 5px #e2e2e2;
    text-shadow: 0px 0px 2px #7699ac;
}

.link:hover {
    color:#121212;
    background-color: #41f8ff;
    background-color: rgba(32, 212, 255, 0.71);
    -webkit-box-shadow: inset 0px 0px 10px #3198ff;
    -moz-box-shadow: inset 0px 0px 10px #3198ff;
    -ms-box-shadow: inset 0px 0px 10px #3198ff;
    -o-box-shadow: inset 0px 0px 10px #3198ff;
    box-shadow: inset 0px 0px 10px #3198ff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #acfcfc;
    
}

#wrapper {
padding:0 16px 14px 16px;   
}

.book {
    width:20%;
    max-width:230px;
    padding:1% 1% 0 1%;
    margin:1%;
    display: inline-block;
    background-color:#fff;
    background-color: rgba(255, 255, 255, 0.4);
    border:1px #e8e8e8 solid;
    min-width: 180px;
    font-size: 12px;
    height: 530px;
}

.text {
    width:100%;
    height:100px;
    overflow-y: hidden;
    font-size: 14px;
    margin:0px;
    -webkit-box-shadow: inset 0px 0px 5px #d0d0d0;
    -moz-box-shadow: inset 0px 0px 5px #d0d0d0;
    -ms-box-shadow: inset 0px 0px 5px #d0d0d0;
    -o-box-shadow: inset 0px 0px 5px #d0d0d0;
    box-shadow: inset 0px 0px 5px #d0d0d0;
}

.title {
    width:100%;
    font-size: 16px;
    text-align: center;
    margin:10px 0 5px 0;
    background-image: url("bookline.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 45px;
}

.book img {
    width:100%;
    -webkit-box-shadow: 0px 0px 10px #6f6f6f;
    -moz-box-shadow: 0px 0px 10px #6f6f6f;
    -ms-box-shadow: 0px 0px 10px #6f6f6f;
    -o-box-shadow: 0px 0px 10px #6f6f6f;
    box-shadow: 0px 0px 10px #6f6f6f;
}

.sep {
    display: inline-block;
    float:left;
    background-image: url("sep.png");
    width:1px;
    height:100%;
    background-repeat: no-repeat;
    background-position: center center;
}


.title .price {
    font-size: 12px;
}

#visionText {
    width:100%;
    background-color: #a3a3a3;
    color:#fff;
    padding:3px;
    margin:5px;
    -webkit-box-shadow: 0px 0px 10px #b1b1b1;
    -moz-box-shadow: 0px 0px 10px #b1b1b1;
    -ms-box-shadow: 0px 0px 10px #b1b1b1;
    -o-box-shadow: 0px 0px 10px #b1b1b1;
    box-shadow: 0px 0px 10px #b1b1b1;
}

#visionText h2 {
    padding:1px;
    margin:0 0 0 4px;
    font-size: 18px;
    font-family: 'Merriweather', serif;
    font-weight: lighter;

}

@media screen and (max-width: 1100px) {
    .book {
        height:500px;
    }
}

@media screen and (max-width: 900px) {
    .book {
        height:450px;
    }
}

#logout_space {
    position: absolute;
    
    top: 5px;
    right: 5px;
}

.descriptionTextarea {
    height: 85px;
    resize: none;
}

.textH {
    padding:20px;
    font-size: 18px;
    font-family: 'Merriweather', serif;
    color:#212121;
    line-height: 28px;
}

.terms {
    font-size: 10px;
    padding:10% 10% 0px 10%;
    text-align: center;
    width:80%;
    line-height: normal;
}

.bar {
    width:100%;
    margin:4px;
        -webkit-box-shadow: inset 0px 0px 5px #9f9f9f;
    -moz-box-shadow: inset 0px 0px 5px #9f9f9f;
    -ms-box-shadow: inset 0px 0px 5px #9f9f9f;
    -o-box-shadow: inset 0px 0px 5px #9f9f9f;
    box-shadow: inset 0px 0px 5px #9f9f9f;
}

.bar h2 {
 padding:6px;
margin:0px;
    color:#01b2e8;
    text-shadow: 0px 1px 0px #0146a3;
}


.textH a:link, .textH a:visited {
    color:#15b7ff;
    text-decoration: underline !important;
}

.textH a:hover, .textH a:focus {
    color:#007fb7;
    text-decoration: none;
}

.textH a:active {
    color:#005a81;
    text-decoration: none;
}