html, body{
    height: 100%;
}
.navbar .nav li {
    width: 100px; /* or whatever width you want for items */
    display: inline-block;
    float: none;
}
.navbar .nav {
    float: none;
    text-align: center;
}
.navbar-default .navbar-nav>li>a {
    color: #337ab7;
    font-size: 16px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: rgb(226, 0, 0);
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline;
}

.navbar-default {
    border-color: transparent;
    background-color: transparent;
    background-image: none;
    border-right: none;
    border-left: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    color: rgb(226, 0, 0);
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: rgb(226, 0, 0);
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline;
}
.page-header {
    border-bottom: none;
}

.book_image{
    max-width: 350px;
    max-height: 350px;
    margin: 10px 0 10px 0;
}

.space{
    padding-top: 40px;
}

.footer_lang{
    background: rgba(0,0,0,0.7);
    border-top: 2px solid #bdbdbd;
    color: #bdbdbd;
    padding: 0 5px 5px 5px;
}

.footer_lang div a{
    height: 20px;
    width: auto;
    padding: 0;
}

.langFlag{
    margin: 0 0 0 5px;
    /*height: 10px;*/
}

.dropup li{
    padding-left: 3px;
}

.headerMessage{
    margin-top: 10px;
}

.orderHistory td{
    padding: 1px 30px;
}

.orderView td{
    padding: 1px 35px;
}

.full-width-button{
    width: 100%;
}
.form-group label.required::after {
    content:" *";
    color:red;
}
.bordered-right {
    border-right: 1px solid #aaaaaa;
}
.button-divider {
    padding-top: 2px;
}
.button-divider a.btn {
    width: 49.5%;
}
.button-divider a.btn + a.btn {
    float:right;
}
.bottom-spacer {
    margin-bottom: 4px;
}

.rechten td {
    padding: 5px;
}

#in_cart{
    margin-right: 10px;
}

#bookview_price{
    font-size: 48px;
}

#cart_well{
    margin-top: 58px;
}

#cart_totalprice{
    font-size: 28px;
}

a.active{
    color:#c00;
}

.mySlides {
    margin: 0 auto;
    height: 200px;
    width: 200px;
}

/*verplaats deze naar view_book.php en dan werkt het in elke file, voor nu werkt het alleen in default template*/
/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* ReCaptcha */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    right: 4px !important;
    bottom: 40px !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}