.support_wait {
    font-size: 12pt;
    font-weight: 700;
    color: #000000;
}

.support_create_ticket {
    width: 100%;
}

.support_create_ticket tr td:first-child {
    width: 1%;
    white-space: nowrap;
    text-align: right;
    vertical-align: top;
}

.support_create_ticket tr td:last-child {
    width: 99%;
    vertical-align: top;
}

.support_error_message {
    margin-bottom: 20px; 
    display: none; 
    background-color: #A00000; 
    color: #FFFFFF; 
    font-weight: 700; 
    padding: 20px 20px 20px 20px; 
    border-radius: 5px;
}

.support_request_submitted {
    font-size: 12pt;
    font-weight: 700;
}

.support_article_list_container {
    margin-left: 40px;
}

.support_prompt {
    font-size: 12pt;
    font-weight: 500;
}

.support_article_link {
    font-size: 12pt;
    font-weight: 700;
}

.support_article_body {
    font-size: 12pt;
    font-weight: 500;
}

.support_article_title {
    font-size: 14pt;
    font-weight: 700;
}
