﻿/*
 * Copyright (c) Maximilian Köstler
 * 3-clause BSD license
 * https://license.koestler.hamburg
 */

body {
    font-family: 'Roboto', 'Segoe UI', sans-serif;
    font-size: 1em;
    line-height: 1.45;
    color: #333333;
    background-color: #FFFFFF;
}

input, select, textarea, button {
    font-size: inherit;
    font-family: inherit;
}

a, a:visited {
    color: inherit;
    text-decoration: inherit;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

div.centered {
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
}

div.content-row {
    margin-top: 30px;

    border: 1px solid #DDDDDD;
    border-radius: 5px;
}

div.content-row > h1 {
    margin: 0rem;
    padding: 1rem;

    font-size: 1.17em;
    background-color: #F8F8F8;
}

div.content-row > div {
    margin: 0rem;
    padding: 1rem;
}

input {
    padding: 0.1rem 0rem 0.1rem 0rem;

    border-top: none;
    border-right: none;
    border-bottom: solid 1px #DDDDDD;
    border-left: none;
}

input[type='submit'] {
    background-color: inherit;
}

div.form-input {
    margin: 0px 0px 0.5em 0px;
}

form {
    margin-top: 1em;
    margin-bottom: 1em;
}

