div.header {
    background-color: royalblue;
    padding: 20px;
    border-bottom: 1px solid crimson;
    margin-bottom: 20px;
}
div.header h1 {
    margin: 0;
    padding: 0;
    color: white;
    text-align: center;
}

div.copyright {
    padding: 10px;
    text-align: center;
    font-size: 8pt;
    border-top: 1px solid #606060;
}

section {
    margin-bottom: 40px;
}

h2 {
    text-align: center;
    color: crimson;
    margin-bottom: 10px;
}

div.sendtext, div.viewtext, div.miscresults {
    border: 1px solid #c2c2c2;
    background-color: #f3f3f3;
    padding: 15px;
}

div.viewtext div.contacts {
    background-color: white;
    border: 1px solid #e0e0e0;
}

div.viewtext div.contacts ul {
    list-style-type: none;
    margin: 0 0;
    padding: 0;
}

div.viewtext div.contacts ul li {
    margin: 0px;
    padding: 10px;
    font-size: 8pt;
    border-bottom: 1px solid #c2c2c2;
    padding-left: 20px;
    cursor: pointer;
}

div.viewtext div.contacts ul li.selected {
    background-color: lightskyblue;
}

div.viewtext div.contacts ul li:last-child {
    border-bottom: 0px;
}

div.viewtext div.contacts ul li > strong {
    display: block;
    font-size: 12pt;
}

div.viewtext div.contacts ul li > strong > span.unread {
    margin-left: -15px;
    margin-right: 5px;
    color: royalblue;
}

div.viewtext div.message {
    border-left: 1px solid #c2c2c2;
    padding-left: 20px;
}

div.viewtext div.message p {
    color: #000000;
    background-color: white;
    border: 1px solid #e0e0e0;
    padding: 10px;
}

div.miscresults p {
    color: #000000;
    background-color: white;
    border: 1px solid #e0e0e0;
    padding: 10px;
}