/*Appform*/
.hideInput {
    visibility: hidden;
    position: absolute;
}
.hint{
    display: block;
    font-size: 0.75rem;
    margin-bottom: 0;
    margin-top: -0.25rem;
    opacity: 0.8;
}
.spacer{
    font-size: 0.75rem;
}
.spacer:before{
    content: ' ';
}
.checkboxList li{
    margin-bottom: 0;
}
#hid42, #hid5 {
    position: absolute;
    opacity: .01;
    z-index: -1;
/*
    position: absolute;
    left: 0;
    height: 1px;
    width: 1px;
    z-index: -1;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    opacity: .01;
*/
}
#policies-link {
    background-color: white;
    border: none;
    color: red !important;
    padding: 0;
}
#policies-link:hover {
    color: black !important;
}
.note {
    margin: 0;
    font-size: 90%;    
}