html {
    position: relative;
    min-height: 100%;
    font-family: Campton W05,Arial,Helvetica,sans-serif; !important
}

.break-word {
    word-wrap: break-word;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

input[readonly].readonly-text {
    background-color: #fff;
    cursor: text;
}

.btn-ac3 {
    background-color: #a588bf;
    border-bottom-color: #a588bf;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #a588bf;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #a588bf;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #a588bf;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    font-family: "SourceSansPro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
}

.navbar-brand-ac3 {
    height: 60px;
    padding: 5px 5px;
}

.navbar-nav li a.nav-link-ac3 {
    font-size: 16px;
    color: #fff;
}
.navbar-nav li a.nav-link-ac3:hover {
    color: #a588bf;
}

textarea {
    font-family: Verdana, serif;
}