
.tpf_nowrap {
    white-space: nowrap;
}

.tpf_blue_button {
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    border: none;
    border-radius: 5px;
    background-color: #008CBA;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;

}

.tpf_question {
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    display:block;
    clear:both;
    background-color: #e7e7e7;
    margin-top: 20px;
    font-weight: 400;
}

.tpf_answer {
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    display:inline;
    clear:both;
    font-weight: 400;
}

.tpf_input { 
    font-size:16px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 5px;
    background-color: #ffffff !important;
}

.tpf_input[type=text]{
    font-size:16px;
    height: 25px;
    width: 600px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 5px;
    background-color: #ffffff !important;
}

input[type=text]:focus {
    background-color: #ffffff  !important;
    background: #ffffff !important;
}

.tpf_input[type=email]{
    font-size:16px;
    height: 25px;
    width: 600px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 5px;
    background-color: #ffffff !important;
}

input[type=email]:focus {
    background-color: #ffffff  !important;
    background: #ffffff !important;
}

.tpf_input[type=date]{
    font-size:16px;
    font-family: Arial, Helvetica, sans-serif;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 5px;
    background-color: #ffffff !important;
}

input[type=date]:focus {
    background-color: #ffffff  !important;
    background: #ffffff !important;
}

*::selection {
    background-color: #ffffff  !important;
}


