.form-row {
    padding-top:5px;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

.row-selected {
    background: #eeeeee;
}

.mail-subject {
    word-wrap: break-word;
    font-size:10pt;
}

.mail-recipient {
    word-wrap: break-word;
    font-size:10pt;
}

.mail-date {
    font-size: 8pt;
}

html,body{height:100%;}

.container {
    height:100%;
}

.fill{
    height:100%;
    min-height:100%;
    overflow-y: auto;
}

.contact-list-row-title {
    font-weight:bold;
    font-size: 14px;
}

.contact-list-row-info {
    font-size:10px;
}