* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
}

h1, h2, h3 {
    margin-top: 0;
}

img {
    max-width: 100%;
}

input,
input[type=submit] {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    background: rgba(255,255,255,0.8);
}

.l-smallcontainer {
    width: 400px;
    padding: 20px;
    margin: 50px auto;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    background: #8ec04e;
}

.list-inline {
    display: flex;
    margin-bottom: 20px;
}

.list-inline li {
    margin-right: 20px;
}

table {
    border-collapse: collapse;
}

table th {
    text-align: left;
    font-weight: 700;
    border-bottom: solid 1px;
}

table td {
    padding-right: 20px;
}