﻿.pricecalc td {
    padding: 10px 0 10px 0px;
}

.pricecalc #edtNamedUsers {
    border: 1px solid #ebebeb;
    padding: 4px;
    font-size: 14px;
    color: #5a5a5a;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}

.pricecalc #lblPrice {
    color: #55AA28;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}

.pricecalc .pricing-error-message {
    display: none;
    color: Red;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    margin: 8px 0px 6px 0px;
}

.faq h3 {
    margin-top: 22px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    margin-top: 12px;
    background-color: #f2f2f2;
    padding: 10px 0px 10px 36px;
    background-image: url('../img/arrow-down.png');
    background-position: left;
    background-repeat: no-repeat;
}

.faq h3.collapsed {

}

.faq div {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px 0 12px 0px;
}
        
.faq div.collapsed {
    display: none;
}
