header > div {
	margin: 0.5rem 0;
}
body {font-size: 16px;}
.info-text {
	font-size: 0.875rem;
  	font-style: italic;
}
h3 {
margin-bottom: 10px;
    line-height: 1.3;
    font-size: 22px;
}
#surveylist {
 list-style-type: none;
}
.question-help img {display: none;}
li.radio-item {
    padding: 5px 0;
}
.navbar-default {
    background-color: #2a1f4b;
    border-color: transparent;
}
.navbar-brand {
    height: auto;
}
@media screen and (min-width: 768px) {
    .navbar-brand {
        padding-left: 0
    }
}

.button {
    color: #fff;
    font-weight: 700;
    white-space: normal;
    text-transform: uppercase;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYmViZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGEzYTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    border: none;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
        padding: 8px 10px;
    display:none;
    text-decoration: none;
    border-radius: 6px;
    margin: 10px;
    float: auto;
}
#movesubmitbtn {
display: inline-block;
font-size: 18px;
    padding: 12px 28px;
    line-height: 26px;
    
}
thead th { text-align: center;
}
input.text {    width: 100%;
    line-height: 18px;
    padding: 10px;
    border: 1px solid #999;
    }
.textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #999;
}
.answers {margin-bottom: 40px; margin-top: 25px}
.radio-item {cursor: pointer; }
.privacy-message {
	font-size: 0.875rem;
}
th.answertext {font-weight: normal;}
.answers ul {
  	list-style: none;
}

.hide {
	display: none !important;
}

.error, .asterisk {
  	color: #f04124;
}

.asterisk {
	float: left;
}
.questions-list td.radio-item {text-align: center;}

.checkbox, .radio { display: inline-block; cursor: pointer;}
.ui-progressbar-value {
	height: 100%;
}                                                