@font-face {
    font-family: raleway;
    src: url('Raleway-Regular.woff');
}

a {
    color: #333;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #24a8e0;
}

a.normal {
    text-decoration: underline;
}

body {
    font-family: raleway, Helvetica, Arial, sans-serif;
}

div {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

h1 {
    font-weight: bold;
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
    color: #222222;
}

.row {
    padding-top: 0.625rem;
    margin: 0 auto;
    max-width: 62.5rem;
    width: 100%;
    display: table;
}

.columns {
    padding-right: 1rem;
    float: left;
}

.no-padding-right {
    padding-right: 0;
}

.break {
    width: 100%;
    height: 50px;
}

.large-1 {
    width: 90%;
    min-width: 250px;
}

.large-2 {
    width: 45%;
    min-width: 250px;
}

.large-3 {
    width: 30%;
    min-width: 250px;
}

#profilePictureOuter {
    position: relative;
    text-align: center;
    background-color: #DDDDDD;
    width: 100px;
    height: 100px;
}

.profilePicturePreview {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.icon--choose-image {
    position: absolute;
    opacity: 0.1;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}

.button {
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
    box-shadow: none !important;
    font-weight: bold;
    border: none;
    border-radius: 0.25rem;
    display: inline-block;
    width: auto;
}

.button--nav {
    color: #000000;
    background-color: #c0c0c0;
}

.button--nav:hover, .button--nav:focus {
    background-color: #404040;
}

.button--red {
    color: #000000;
    background-color: #e00000;
}

.button--red:hover, .button--red:focus {
    color: #ffffff;
    background-color: #ff0000;
}

.button--srvlink {
    width: 15rem;
}

.button--srvlink--main {
    color: #000000;
    background-color: #ff7d8f;
}

.button--srvlink--main:hover, .button--srvlink--main:focus {
    color: #ffffff;
    background-color: #ff4d67;
}

.button--srvlink--zine {
    color: #000000;
    background-color: #afdbb5;
}

.button--srvlink--zine:hover, .button--srvlink--zine:focus {
    color: #ffffff;
    background-color: #82d98e;
}

.button--srvlink--labs {
    color: #000000;
    background-color: #24a8e0;
}

.button--srvlink--labs:hover, .button--srvlink--labs:focus {
    color: #ffffff;
    background-color: #009fde;
}

.button--srvlink--asp {
    color: #000000;
    background-color: #fa4c25;
}

.button--srvlink--asp:hover, .button--srvlink--asp:focus {
    color: #ffffff;
    background-color: #fa2a00;
}

.tcbl-header {
    /* currently empty */
}

.tcbl-nav-links {
    /* currently empty */
}

.tcbl-main {
    /* currently empty */
}

.tcbl-status {
    font-size: 1.2rem;
}

.tcbl-status-ok {
    color: #12c257;
}

.tcbl-status-warning {
    color: #eba92a;
}

.tcbl-status-error {
    color: #ff4939;
}

.tcbl-footer {
    font-size: 0.7rem;
    color: #999;
}

.list-users-table {
    border: 1px silver solid;
    font-size: 0.7em;
}

.list-users-table th {
    background-color: lightgray;
    font-weight: bold;
    border: 1px silver solid;
}

.list-users-table td {
    border: 1px silver solid;
}

.list-users-table input {
    font-size: 1.0em;
    max-width: 125px;
}

.delete-button {
    background: #f90;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 2px;
    padding: 2px;
}