/*body {
    background-color: #ffffff;
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #000000;  
    margin: 10px;
}

h1 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    border-bottom: 1px solid #AFAFAF; 
    font-size:  16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #D20005;
}

a:link, a:visited {
  color: #045491;
  font-weight : bold;
  text-decoration: none;
}

a:link:hover, a:visited:hover  {
  color: #045491;
  font-weight : bold;
  text-decoration : underline;
}*/

html, body {
    width:100%;
    height:100%;
    margin:0;
    background-color: #f3f3f3;
}
/*html{
    background-color: #f3f3f3;
}*/



.fa-forms {
    font-size: 2em;
}

.form-labels-on-top{
    box-sizing: border-box;
    max-width: 1024px;
    margin: 0 auto;
    padding: 55px;

    background-color:  #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);

    font: bold 14px sans-serif;
    text-align: left;
    overflow:hidden;
}

.text-area-info{
    font-weight:normal;
}

.text-area-info-level-1{
    font-weight:normal;
    margin-left: 2ch;
}


.question-text{
    font-weight:bold;
}

.question-text-below-1-level{
    font-weight:bold;
    margin-left: 2ch;
    display: inline-block;
}

.answer-widget-below-level-1{
    margin-left: 2ch;
}

.answer-menu-below-level-1{
    margin-left: 3ch;
}

.non-shrinking-dialog
{
    min-width: 600px;
    overflow: auto;
}
.question-comments-text-satisfaction-survey{
    margin-left: 1ch;
    display: inline-block;
}

myfieldset .ui-fieldset, .ui-fieldset .ui-fieldset-legend {
    background-color: transparent;
    border-color: transparent;
}

.form-labels-on-top .form-row{
    text-align: left;
    max-width: 315px;
    margin: 25px auto 0;
}

.form-labels-on-top .form-title-row{
    margin: 0 auto 40px;
}

.form-labels-on-top h1{
    display: inline-block;
    box-sizing: border-box;
    color: #4C565E;
    font-size: 24px;
    padding: 0 0 12px 0;
    margin: 0;
    border-bottom: 2px solid #6CAEE0;
}




.form-labels-on-top  ul {
    list-style: none;
    margin: 0;
}

.form-labels-on-top  ul li {
    margin-bottom: 10px;
}

.form-labels-on-top  ul li label {
    display: block;
    float: left;
    width: 150px;
    line-height: 24px;
}

/*	Making the form responsive. Remove this media query
    if you don't need the form to work on mobile devices. */



@media print {
    body * {
        visibility: hidden;
    }
    #section-to-print, #section-to-print * {
        visibility: visible;
    }
    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (max-width: 600px) {

    .form-labels-on-top{
        padding: 30px;
    }

    .form-labels-on-top input{
        width: 240px;
    }

}


.form-filling-button {
}

.post-container {
    box-sizing: border-box;
    max-width: 600px;
    margin: 0 auto;
    padding: 55px;
    background-color:  #ffffff; 
    border: 3px solid #333;
    overflow: auto;
}
.post-thumb {
    padding: 0 0;
}
.post-thumb img {
    display: block
}
.post-content {

    float: left;
}
.post-title {
    font-weight: bold;
    font-size: 150%;
    padding: 9px;
    background: #036fab;
    color: #ffffff;
}
.content {
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align:middle;
    text-align: center;
}


*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
