@import url(//fonts.googleapis.com/css?family=Rubik:400,500,600);

body {
    font-family: "Rubik", Tahoma, Verdana, "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: url(./img/fabric.png) repeat 0 0;
}

h1 {
    font-size: 40px;
    font-weight: 600;
    display: inline;
    vertical-align: middle;
    margin: 0px 8px;
}

p:not(.km) {
    text-align: center;
}

form {
    margin: 24px 4px;
}

footer {
    margin-top: 36px;
    margin-bottom: 18px;
    font-size: 12px;
    color: #696969;
}

select {
    display: block;
}

input {
    font-family: "Rubik", Tahoma, Verdana, "Trebuchet MS", sans-serif;
}

a {
	color: #696969;
}

[type="text"], [type="email"] {
    display: block;
}

[type="checkbox"] {
	margin-bottom: 6px;
}

[type="button"] {
    padding: 2px 6px;
    font-size: 14px;
    margin-right: 8px;
}

[type="submit"] {
    padding: 4px 12px;
    font-size: 20px;
    display: block;
}

[type="date"] {
    margin-right: 24px;
}

.disclaimer {
    font-size: 14px;
    margin: 8px;
}

.heading {
    font-weight: 500;
    display: block;
    margin-top: 32px;
    margin-bottom: 4px;
}

.title {
    display: flex;
    justify-content: center;
}

.description {
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 16px;
}	

.cube {
    height: 48px;
    width: 48px;
}

.buttons {
    display: block;
    margin-top: 8px;
}

.km {
	display: inline;
}

.nonaffiliation {
	margin: 0px 8px;
}

.links {
	text-align: center;
	margin: auto;
	width: 50%;
}

.g-recaptcha {
	margin-top: 32px;
	margin-bottom: 16px;
}

.footer {
	margin: 0px 8px;
}

:disabled {
    cursor: not-allowed;
}