h2 {
    font-weight:bold;
}

.campus-store-listing {
    border-radius: 3px;
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2); */
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
    font-size: 15px;
    /*
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.428571429;
    color: #333;
     */
    margin-bottom: 15px;
}

.campus-store-listing-header {
    padding: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #0f2439;
}

#header {
    padding: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #0f2439;
    min-height:100px;
}

#bookstore-logo {
    width:100px;
}

#footer{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #0f2439;
    padding:10px;
    min-height:50px;
    text-align: right;
}

.content-padding{
    padding: 20px;
}

.campus-store-listing h2, .campus-store-listing h3 {
    margin: 0;
    /* font-weight: 500;
    line-height: 1.1;
    color: #384660;
    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif; */
}

.campus-store-listing-header h2 {
    color: #fff;
}

/* .campus-store-listing p {
    margin: 0 0 10px;
} */

.campus-store-listing-notes {
    /* padding: 15px 10px; */
    /* background-color: #E8E8E8; */
    border-bottom: 1px solid #eee;
    margin: 15px 10px 0 10px;
}

.campus-store-listing-body {
    padding: 10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    /* background-color: #E8E8E8; */
}

ul.campus-store-listing-book-info li{
    padding: 3px;
    border-bottom: 1px solid #eee;
}

ul.campus-store-listing-book-info .book-type{
    font-size: 1.1em;
    font-weight: 600;
}

.student-notes{
    padding:10px;
    font-weight:600;
}

#book-sort {
    float: right;
}

.campus-store-listing-hr{
    clear: right;
}

.indent-instructor{
    padding-left:30px;
}

.white-text{
    color: white;
}

#error-head{
    color:#fff;
}

#error1{
    padding-top:15px;
    padding-bottom:30px;
    padding-left: 30px;
    background-color: #0f2439;
}

#error2{
    padding-left:45px;
    padding-bottom:50px;
}

.rnd-btn {
    background-color: #0f2439;
    border: none;
    color: white;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

.textbook-image {
    width:105px;
    border:1px solid #0f2439;
}

.image-right-padding {
    padding-right:20px;
}

.float-left {
    float: left;
}

.float-right{
    float: right;
}

.clear-float {
    clear:both;
}

.center-text {
    text-align:center;
}

.margin-top-20 {
    margin-top:20px;
}

.margin-right-20 {
    margin-right:20px;
}

.margin-bottom-20 {
    margin-bottom:20px;
}

.font-size-20 {
    font-size:20px;
}

#tProgress {
    width: 100%;
    margin-bottom:10px;
    background-color: grey;
    border-radius:10px;
}

#tBar {
    width: 1%;
    height: 30px;
    background-color: #104a61;
    color:#fff;
    font-weight:bold;
    border-radius:10px;
}

#card-swipe-instructions{
    border-radius: 25px;
    border: 10px solid #0f2439;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #0F2439;
    padding: 30px;
    margin-bottom: 40px;
}

#cardswipe-icon{
    max-width:75%;
    text-align: center;
    margin:auto;
    max-height:450px;
}

#print-username-term-label{
    font-size: 24px;
    border: 2px solid #0F2439;
    color: #0F2439;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.kiosk-index-page-instructions{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 10px;
    color: #0F2439;
    font-size: 20px;
}

.index-page-instructions{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 10px;
    color: #0F2439;
    font-size: 17px;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(15, 36, 57, 0.2);
    border-right: 1.1em solid rgba(15, 36, 57, 0.2);
    border-bottom: 1.1em solid rgba(15, 36, 57, 0.2);
    border-left: 1.1em solid #0f2439;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#page-loading-label {
    display: none;
}