/* Add here all your CSS customizations */

/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 1200px) {
    /* Layout Boxed - Body Tag */
    html.boxed body {
        background: none;
    }
}

/* Header */
.header {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #E9E9E6;
    border-top: 3px solid #EDEDED;
    z-index: 1000;
}

.header .logo {
    float: left;
    margin: 10px 10px 0 15px;
}

.header .logo img {
    color: transparent;
}

.header .logo-container {
    background: #ffffff none repeat scroll 0 0;
}

.entity-type{
    font-size: 1.3rem;
}

.header-book-info{
    display: inline;
}

.pricing-table h3{
    letter-spacing: 1px;
}

.pricing-table h3 .upto-entities {
    background: #FFF;
    border: 5px solid #FFF;
    border-radius: 15px;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    display: block;
    font: bold 20px / 30px "Open Sans",Arial,sans-serif;
    height: 100px;
    margin: 20px auto -65px;
    padding-top: 10px;
    width: 108px;
}
.pricing-table h3 .upto-entities .entities {
    font: bold 40px / 40px "Open Sans",Arial,sans-serif;
}