body, html {
    margin: 0;
    padding: 0;
    font-family: Segoe UI, Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #12304f;
    background: #f4f8fd;
}

p, ul, li, form, input, table, tr, td {
    font-family: Segoe UI, Tahoma, Arial, sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #115cc3;
}

a:hover {
    text-decoration: underline;
}

table {
    width: 100%;
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

.Message {
    border-left: 2px solid #d3e2f5;
    color: #12304f;
    padding: 8px 10px;
    line-height: 1.5;
    background: #ffffff;
}

.Name {
    color: #0f4f9f;
    font-size: 12px;
    font-weight: 800;
    padding: 8px 8px 8px 0;
    white-space: nowrap;
}

.LoggedIn,
.LoggedOut {
    color: #607691;
    font-size: 12px;
    font-weight: 700;
}

.Error {
    color: #b91c1c;
    font-size: 12px;
    font-weight: 700;
}

.Info {
    color: #166534;
    font-size: 12px;
    font-weight: 700;
}

.infoHeader {
    color: #12304f;
    font-size: 12px;
    font-weight: 800;
}

.infoText,
.Cinfo {
    font-size: 12px;
    color: #48627f;
}

input.editField,
input[type="text"] {
    background: #ffffff;
    border: 1px solid #c9d7eb;
    border-radius: 10px;
    color: #12304f;
    font-size: 14px;
    padding: 8px 10px;
    box-sizing: border-box;
}

input.editField:focus,
input[type="text"]:focus {
    outline: none;
    border-color: #1f73d8;
    box-shadow: 0 0 0 3px rgba(31,115,216,.12);
}
