@import 'https://fonts.googleapis.com/css?family=Abril+Fatface|Amatic+SC|Bitter:400,700|Dancing+Script|Droid+Sans|Droid+Serif:400,400i,700,700i|Fjalla+One|Hind:400,700|Lalezar|Lato:300,300i,400,700,900,900i|Open+Sans:400,400i,700,700i|Quicksand:300,400,700|Source+Sans+Pro:400,400i,700,700i';

body {
    font-family: Lato, sans-serif;
    line-height: 24px;
}

img {
    max-width: 100%;
}

a {
    color: #0a4891;
    text-decoration: none;
}

a.sync {
    font-size: 12px;
    display: block;
    text-align: center;
}

a.verwijderregel {
    line-height: 43px;
    margin-left: 10px;
}

a.neworder {
    display: block;
    text-align: center;
    line-height: 20px;
    background-color: #f7cc02;
    color: #0a4891 !important;
    padding: 10px;
    margin: 6px;
    border-radius: 10px;
    font-weight: bold;
}

input,
select {
    margin-bottom: 20px;
    margin-top: 6px;
    padding: 6px;
    text-align: center;
    font-size: 16px;
}

textarea {
    width: 100%;
    height: 20%;
}

h1 {
    font-size: 20px;
}

#loginwrapper {
    
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    
    padding-top: 100px;
    
}

#loginwrapper img {
    width: 100%;
    padding-bottom: 50px;
}

#loginwrapper input {
    width: 100%;
}


#wrapper {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    
}

#wrapper .buttons {
    margin-top: 6px;
    border-bottom: solid 1px #0a4891;
}

#wrapper .buttons a {
    line-height: 20px;
    display: inline-block;
    background-color: #f7cc02;
    color: #0a4891 !important;
    padding: 10px;
    margin: 6px;
    border-radius: 10px;
    width: 80px;
    text-align: center;
}

#wrapper .zoeken {
}

table {
    width: 100%;
}

table tr {
}

table tr td {
    border-bottom: solid 1px #0a4891;
    
}

table tr td a {
    display: block;
    line-height: 40px;
}

@media all and (min-width: 800px){
  
    #wrapper {
        width: 800px;
        margin-top: 40px;
    }
    
    img.logo {
        width: 50%;
    }
}

