body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

h1 
{
    padding: 0;
    margin-bottom: 5px;
    color: #1f5b8f;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 21px;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

h3 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}
h4 {
    margin-top: 10px;
    font-weight: bold;
    text-align:center;
}

label
{
    font-size:small;
}

hr 
{
    margin: 10px 0 0 0;
    width:100%;
}
.form {
    border-collapse: separate;
    border-spacing: 5px 5px;
    text-align:left;
}

.center {
    display: block; 
    margin: 0 auto;
}

.resultsTable, th {
    text-align: center;
    margin: 0 auto;
}

* {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
}

th, td {
    padding: 5px;
}