<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumb-wrapper *, #innerpage-wrap * {
    box-sizing: border-box;
}
.msg-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.add-msg-form .cf-column {
    padding-bottom: 20px;
    position: relative;
}
.add-msg-form input {
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    color: #444;
    width: 100%;
    margin-bottom: 0;
}
.add-msg-form .cf-tarea {
    clear: both;
}
.add-msg-form .cf-column {
    padding-bottom: 20px;
    position: relative;
}
#content {
    padding-bottom: 0;
}
.add-msg-form textarea {
    box-sizing: border-box;
    border: 1px solid #ddd;
    color: #333;
    min-height: 100px;
    padding: 15px;
    color: #444;
    width: 100%;
    margin-bottom: 0;
}
.add-msg-form .submit-button {
    box-sizing: border-box;
    width: 100%;
    line-height: 40px;
    height: 40px;
    float: right;
    padding: 0px 15px;
    border: 0px;
    color: #fff;
    position: relative;
    background-color: #333;
    cursor: pointer;
}</pre></body></html>