/* Webfont: Lato-Hairline */
@font-face {
    font-family: 'Lato2';
    src: url('../fonts/Lato-Hairline.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Hairline.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Hairline.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Hairline.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

.form-control[readonly] {
    background-color: aliceblue;
    opacity: 1;
}

.input-group-addon {
    background-color: #f5f5f5;
}

.panel-body.experiment {
    padding: 0px;
    background-color: aliceblue;
}

textarea {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    resize: none !important;
    padding: 0 12px;
    overflow: hidden !important;
    background: transparent !important;
}

.form-control:focus {
    border-color: #ccc;
}

input[type='radio'] {
    vertical-align: bottom;
}

.quiz_imgpos {
    margin-bottom: -360px;
    margin-left: 60px;
}

.no-height {
    height: 0px;
}

.title {
    font-size: 72px;
    margin-bottom: 40px;
    font-weight: 100;
    font-family: 'LatoWebHairline';
}

.container .title {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.green {
    color: #4cae4c;
}
.red {
    color: #d43f3a;
}