* {
    font-size: 103%;
}

/*
 * button div at bottom of pages
 */
.buttonArea {
    padding-top: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
    border-top: solid thin #eee;
}

/*
 * showTable is for the table used in the view detail ('show') pages
 */
.showTable {
    width: 50%;
}

.showTable th {
    font-weight: bold;
}

.showTable td {
    padding-bottom: 5px;
}

.table {
    /* font-size: 100%; */
}

/*
 * override to match the current theme
 */
.table thead tr th {
    color: #ebebeb;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);

}


/*
 * Bootstrap overrides
 */
.page-header {
    margin: 5px 0 20px;
}

h1 {
    margin-top: 5px;
}

h1, .h1 {
    font-size: 25px;
}