﻿.layout-main {
  padding: 2% 8%;
}
.utilmenu {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.25rem;
}
input, select {
    padding: .3rem !important;
}
input[type="submit"], .form-submit, .button {
    padding: .5rem !important;
}
.inline {
    display: inline-block;
}
body {
    font-size: 1rem;
}
.layout-main td {
    border-bottom: 0;
}
.text-note {
    padding-left: 20px;
    padding-top: 8px;
    display: inline-block;
}

.survey_box {
    border: 1px solid cadetblue;
    padding: 12px;
    margin: 10px 0;
}
.survey_heading {
    font-weight: bold;
    color: cadetblue;
    font-size: 13pt;
}
.survey_text {
    font-size: 11pt;
    color:dimgrey;
}
.survey_strong {
    font-weight: bold;
    color: cadetblue;
    font-size: 11pt;
}
b, strong {
    font-weight: 700;
}
.pagemenuSelected {
    color: black;
}