﻿body{
    color: #333333;
    font-family: "MuseoSans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

a {
    color: #069;
    text-decoration: underline;
}

p {
    
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
}

input, textarea, select {
    background-color: #fefefe;
    border: 1px solid #cacaca;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(10, 10, 10, 0.07) inset;
    color: #0a0a0a;
    display: block;
    margin: 10px 0 2px;
    padding: 7px 10px;
    font-weight: 400;
    font-family: "MuseoSans","Helvetica Neue",Helvetica,Arial,sans-serif;
    
}

input, textarea, select{
    width: 100%;
    max-width: calc(100% - 30px) !important;
}

.question input{
    background-color: #72b02c;
    border: #659c27 1px solid;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-family: "MuseoSans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;  
    font-weight: normal; 
    height: 40px;
    line-height: 1.5;
    margin: 10px 0;
    padding: 0 20px;
    width: auto !important;
    cursor: pointer;
}

.question input:hover, .question input:active {
    background-color: #588722;
    border-color: #456b1b;
}


.answer div{
    margin-bottom: 10px;
}


.smallTxt {
    font-size: 10px;
    font-family: "MuseoSans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #888;
    line-height: 1.35;
}