﻿body{
    color: #454545;
    font-family: 'Open Sans', serif;
}

a {
    color: #000;
    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: 'Open Sans', serif;
    
}

input, textarea, select{
    width: 100%;
    max-width: calc(100% - 30px) !important;
}

.question input{
    background-color: #000;
    border: none;
    color: #fff;
    display: block;
    font-family: 'Open Sans', serif;
    font-size: 17px;  
    font-weight: 700; 
    height: 40px;
    line-height: 36px;
    margin: 10px 0;
    padding: 0 20px;
    text-transform: uppercase;
    width: auto !important;
    cursor: pointer;
}

.question input:hover{
    background-color: #222;
}


.answer div{
    margin-bottom: 10px;
}


.smallTxt {
    font-size: 12px;
    font-family: 'Open Sans', serif;
    color: #888;
    line-height: 1.35;
}