﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
    min-height: 760px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.btn-xl {
    line-height: 3;
    font-size: 28px;
    min-width: 350px;
    margin:15px;
}
.btn-keurmeester {
    line-height: 3;
    font-size: 26px;
    min-width: 300px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.form-group {
    padding:20px;
}

/*.center { 
    height: 200px;
    position: relative;   
}

.center p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

table td {
    padding:3px;
    font-size:16px;
    
}

table td img {
   height:200px;
   text-align:right;
}

.row {
    padding-left:10px;
    padding-right:10px;
}

.alert h1 {
    color:inherit;
    font-size:2em;
}

.col-lg-4 {
    width: 32%;
}

.hideVerticalScrollbar {
    overflow-y: hidden !important;
}

.hideHorizontalScrollbar {
    overflow-x: hidden !important;
}
