
#firefoxModal .modal-dialog {
    width: 700px;
}

#firefoxModal .modalboxHeader {
    min-height: 26px;
    border-bottom: 0;
    padding-bottom: 0;

}

#firefoxModal .modalboxClose {
    font-size: 40px;
    color: #797f83;
    line-height: 26px;
    padding: 0;
    margin: 0;
    transition: color .5s;
    background: transparent;
    position: absolute;
    right: 16px;
    top: 16px;
}
#firefoxModal p {
    margin: 16px 0;
    font-family: MyriadPro, sans-serif;
    font-size: 16px;
    color: #797f83;
}