﻿* {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

body {
}

p {
    white-space: pre-wrap;
}

.row {
    padding-bottom: 5px;
    padding-top: 5px;
}

h2 {
    color: #92D050;
}

h3 {
    color: #92D050;
}

h4 {
    color: #0A90D0;
}

h6 {
    color: #809EAD;
}

.btn-primary {
    background: #0A90DA;
    border: black;
}

table#searchResultsTable.dataTable tbody tr:hover {
    background-color: #ffa;
}

table#searchResultsTable tbody tr:hover > .sorting_1 {
    background-color: #ffa;
}
