body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Helvetica Neue", Arial,
    sans-serif;
    font-size: 13pt !important;
    font-weight: 300 !important;
    background-color: #263238;
    color: #eceff1;
    clear: both;
    margin: 0 auto;
    max-width: 750px;
}

/* unvisited link */
a:link {
    color: #ffc107;
}

/* visited link */
a:visited {
    color: #ffc107;
}

/* mouse over link */
a:hover {
    color: #ffc107;
}

td {
    max-width: 400px;
}

hr {
    color: #eeeeee;
    border-color: #eeeeee;
}

.material-form {
    color: #797979;
    padding: 30px;
    font: 16px Arial, Helvetica, sans-serif;
    background: #f5f5f5;
    margin: 50px auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
}

.material-form .error {
    background: #f44336;
    color: #f5f5f5;
    font-size: 18px;
    font-weight: 300;
    padding: 20px;
    margin: -30px -30px 30px -30px;
}

.material-form h2 {
    background: #673ab7;
    color: #f5f5f5;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    margin: -30px -30px 30px -30px;
}

.material-form h2 .dropdown {
    color: #f5f5f5;
    font-size: 18px!important;
    font-weight: bold!important;
}

.material-form input[type="text"],
.material-form input[type="date"],
.material-form input[type="datetime"],
.material-form input[type="email"],
.material-form input[type="number"],
.material-form input[type="search"],
.material-form input[type="time"],
.material-form input[type="url"],
.material-form input[type="password"],
.material-form textarea,
.material-form select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 45px;
}

.material-form textarea {
    resize: none;
    overflow: hidden;
}

.material-form input[type="button"],
.material-form input[type="submit"] {
    -moz-box-shadow: inset 0px -1px 0px 0px #ff6f00;
    -webkit-box-shadow: inset 0px -1px 0px 0px #ff6f00;
    box-shadow: inset 0px -1px 0px 0px #ff6f00;
    background-color: #ffc107;
    border: 1px solid #ffa000;
    display: inline-block;
    cursor: pointer;
    color: #f5f5f5;
    font-size: 14px;
    padding: 8px 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.material-form input[type="button"]:hover,
.material-form input[type="submit"]:hover {
    background: linear-gradient(to bottom, #ffc107 5%, #ffb300 100%);
    background-color: #ffb300;
}

/* Dropdown menus*/
.dropdown {
    color: black;
    display: inline-block;
    font-size: 13pt!important;
    font-weight: 300!important;
    padding: 0 10px 0 10px;
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f5f5f5;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    z-index: 1;
}

.dropdown-content p {
    margin: 0;
    padding: 10px 20px 10px 20px;
    text-align: left;
}

.dropdown-content p:hover {
    background-color: #e0e0e0;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

ol.links-list {
    list-style-type: decimal;
    list-style-position: outside;
}

#home-welcome {
    color: #333;
    font-size: 13pt;
    padding-bottom: 5px;
}

.link {
    border-bottom: 1px solid #ddd;
    line-height: 1.5em;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

/* Removes border-bottom from last link*/
li:last-child .link, #content > .link {
    border: 0;
    margin: 0;
}

.link article {
    float: left;
    width: 90%;
    margin: 0;
}

.link-header article h4 {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.link-header a {
    color: black;
    text-decoration: none;
}

.link aside {
    white-space: nowrap;
    text-align: right;
}

.link-info .date, .link-info .favorite {
    margin: 0;
}

.link-info .favorite-on {
    color: red;
}

.link-category {
    background-color: #e0e0e0;
    color: #000;
    padding: 0 5px 0 5px;
    margin-right: 10px;
}
