
* {
    font-family: 'Ubuntu';
    font-weight: 300;
}

b {
    font-weight: 700;
}

body {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background: #00A5A4;
}

ul, ol {
    padding: 0;
    margin: 0;
    margin-top: 6px;
    margin-left: 24px;
    margin-bottom: 6px;
}

li {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

form {
    display: inline-block;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
}

.serif {
    font-family: 'Noto Serif' !important;
}

.tag {
    display: inline-block;
    background: #00A5A4;
    color: #FFFFFF;
    padding: 6px;
    margin: 6px;
}

.tag-proposal, .tag-new {
    background: #A5A5A5;
}

.tag-proposal::before {
    color: #CCFFC9;
    content: "+\a0";
    font-weight: 700;
}

.tag-new::before {
    color: #CCFFC9;
    content: "*\a0";
    font-weight: 700;
}

.tag-selected::after {
    color: #FFC9C9;
    content: "\a0\d7";
    font-weight: 700;
}

.gallery {
    margin: 12px;
    height: 185px;
    background: #FFFFFF;
    padding: 8px;
    border: 1px solid #00706F;
}

#banner {
    background: #005251;
    color: #FFF297;
    text-align: center;
}

#banner a {
    color: #FFF297 !important;
}

#navbar {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

#navbar tr,td,a {
    border: 0;
    margin: 0;
    padding: 0;
}

#navbar td {
    padding: 6px;
    text-align: center;
    background: #00A5A4;
    border-top: 1px solid #00A5A4;
    border-left: 1px solid #00A5A4;
    border-right: 1px solid #00A5A4;
    border-bottom: 1px solid #00706F;
}

#navbar td.current {
    background: #E3FAFA;
    border-top: 1px solid #00706F;
    border-left: 1px solid #00706F;
    border-right: 1px solid #00706F;
    border-bottom: 1px solid #FFFFFF;
}

#navbar a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#header {
    background: #00A5A4;
    padding: 16px;
    font-size: 18pt;
    text-align: center;
    color: #FFFFFF;
}

#header hr {
    width: 685px;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #005251;
}

#header input[type=submit] {
    background: #008b89;
}

#footer {
    background: #00A5A4;
    padding: 16px;
    font-size: 10pt;
    text-align: center;
    color: #FFFFFF;
}

#content {
    background: #E3FAFA;
    color: #00706F;
    min-height: 65%;
    padding: 24px;
}

#content td {
    color: #00706F;
    padding: 6px;
}

#content h1, h2, h3, h4, h5, h6 {
    padding: 6px;
    border-bottom: 1px solid #00706F;
}

#content a {
    color: #00A5A4 !important;
}

button, input[type=button], input[type=submit], .button {
    margin: 4px;
    font-size: 12pt;
    outline: 0;
    border: 0;
    border-radius: 3px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    background: #00A5A4;
    border-top: 3px solid #00A5A4;
    border-bottom: 3px solid #00706F;
    color: #FFFFFF;
}

button:hover, input[type=button]:hover, input[type=submit]:hover {
    background: #00BCBB;
    border-top: 3px solid #00BCBB;
    border-bottom: 3px solid #00706F;
}

button:active, input[type=button]:active, input[type=submit]:active {
    background: #009D9C;
    border-top: 3px solid #00706F;
    border-bottom: 3px solid #009D9C;
}

button:disabled, input[type=button]:disabled, input[type=submit]:disabled {
    opacity: 0.35;
}

input[type=text], input[type=password], textarea, *[contenteditable=true], .field {
    margin: 4px;
    display: inline-block;
    font-size: 12pt;
    outline: 0;
    border: 0;
    background: #FFFFFF;
    border: 1px solid #00A5A4;
    border-radius: 3px;
    padding: 7px;
    color: #000000;
}

input[type=text]::placeholder, input[type=password]::placeholder, textarea::placeholder {
    color: #BABABA;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, *[contenteditable=true]:focus {
    box-shadow: 0px 0px 4px 1px #00BCBB;
}

