﻿/* Move down content because we have a fixed navbar that is 50px tall */
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;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
    }
    .body-content {
        padding: 0;
    }
}

/* Begin Survey Specific style code */

.celltop {
    
}

.service {
    display: block;
}
.service table {
    /*display: block; */
    width: 80%; 
    text-align: left;
    padding: 10px;
}

.service .servicerow td {
    padding: 5px;
    margin: 0;
    vertical-align: middle;
}

.service .celleft {
    width: 10%;
}

.service .servicerow td span {
    padding-left: 10px;
    font-weight: bold;
}


/* td style="text-align: left; vertical-align: middle;" */

.scale table { 
    display: block;
}

.spacer {
    display: block;
    height: 20px;
}


.space-row { height: 10px;}

/* input.radio label 
    display(?)
    */

.scale table tr td {
    padding: 5px;
    padding-bottom: 2px;
    padding-top: 0px;
    margin: 0;
    vertical-align: middle;
}

.scale .cellleft {
    width: 50%;
    font-size: small;
    font-style: italic;
    font-family: Arial;
}


.ShoutOut table { display: block;
}

.ShoutOut .cellleft { width: 10px;}

#DivQuestion7 td {
    margin: 0;
    vertical-align: middle;
    padding-bottom: 5px;
    font-size: small;
    font-style: italic;
    font-family: Arial;
}

#DivQuestion7 td span {
    padding-left: 10px;
    font-weight: bold;
}


.ContactInfo {  display: block;
}

.ContactInfo .cellleft { width: 20%;}

