/* Generieke markup pagina's en formulieren */

body, h1, h2, h3, p, li, td {
    font-family: Georgia, sans-serif;
}

input, option, textarea {
    font-family: Tahoma, sans-serif;
}

h1 {
	margin-bottom:0px;
}

#content {
	border:1px solid black;
	max-width:800px;
	padding:80px;
	padding-top:40px;
	margin:auto;
	margin-top:10px;
}

.logo-right {
    border: none;
    height: 100px;
    float: right;
}

/* Taken from bootstrap (v3) */
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


h2 {
    font-size: large;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 0px;
    text-align: left;
}

p {
    margin-top: 5px;
}

.error {
    outline: 2px solid red;
}

.warning {
    outline: 2px solid orange;
}

.warninglong {
    outline: 2px solid yellow;
}

.refresh-button {
    font-weight: bold;
    width: 300px;
    height: 50px;
    font-size: 16px;
}

.activate-button {
    font-weight: bold;
    width: 350px;
    height: 50px;
    font-size: 16px;
}

.login-button {
    font-weight: bold;
    width: 323px;
    height: 50px;
    font-size: 16px;
}

.app-button {
    font-weight: bold;
    width: 302px;
    height: 50px;
    font-size: 16px;
}

.app-button-image {
    width: 300px;
    height: 200px;
    border:1px solid black;
}

.header-logo {
    max-width: 962px;
    margin: auto;
}

.header-logo .logo-link img {
    position: relative;
    left: 22px
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


.clearfix {
    clear: both
}

table th, table td {
    vertical-align: top;
}