.nav, .content {
    padding: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 100;
}

.nav > table {
    width: 100%;
}

.nav .username {
    padding: 0 30px 0 0;
}

.nav a {
    display: block;
    padding: 10px;
}

.nav .home,
.nav .diary,
.nav .theme,
.nav .settings,
.nav .logout {
    width: 1px;
}

.nav .username {
    text-align: right;
    font-weight: 300;
}

h1 {
    font-weight: 300;
    margin-bottom: 20px;
}

h2 {
    font-weight: 300;
    margin-bottom: 20px;
}

.results {
    display: flex;
    justify-content: space-evenly;
}

.results .result {
    width: 50%;
}

.results.single .result {
    width: 100%;
}

.result .head_nav {
    display: flex;
    justify-content: space-evenly;
}

.result .head_nav .button {
    margin-bottom: 0;
}

.my_points .points {
    font-size: 96px;
    text-align: center;
    padding: 20px 0 5px 0;
}

.not_my_points .points {
    font-size: 48px;
    text-align: center;
    padding: 10px 0 5px 0;
}
.not_my_points .behalf {
    font-size: 12px;
}

.result {
    margin-bottom: 20px;
}

.result .behalf {
    text-align: center;
    margin-bottom: 10px;
}

.button {
    display: block;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    margin: 0 0 20px 0;
}

.button.last {
    margin-bottom: 0;
}

.breadcrumbs {
    font-size: 12px;
    font-weight: 300;
}

.list,
.list thead,
.list tbody,
.list thead tr,
.list tbody tr {
    width: 100%;
}

.list th,
.list td {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding: 5px;
}

.list tr th:first-child,
.list tr td:first-child {
    text-align: left;
}

.list .label {
    display: block;
    padding: 10px 0;
}

form input, form textarea {
    border: solid 1px #aaa;
    display: block;
    width: calc(100% - 22px);
    padding: 10px;
    margin: 0 0 20px 0;
}

form textarea {
    min-height: 200px;
}

form select {
    width: 100%;
    display: block;
    padding: 10px;
    margin: 0 0 20px 0;
}

form.login input[type="submit"] {
    background-color: #1e40c0;
    color: white;
}

label {
    margin-bottom: 10px;
    display: block;
}

input[type="submit"] {
    cursor: pointer;
    border: none;
    width: 100%;
}

.message {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}

.list tr td.tag {
    font-size: 24px;
    /*text-align: center;*/
}

.list td.short {
    width: 1px;
}

.list tr td.headline {
    font-size: 18px;
    border-style: solid;
    border-color: #ddd;
    border-width: 0 0 1px 0;
}

.message.error {
    color: darkred;
}