body {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    background-color: #212121;
}

h1 {
    margin-bottom: 40px;
}

p {
	font-family: sans-serif;
	color: #ffffff;
	font-weight: bold;
	line-height: 2.0;
	
}

td {
	font-family: sans-serif;
	color: 00de01;
	font-weight: bold;
	line-height: 2.0;
	
}

label {
    color: #02720a;
}

.green_table {
    color: #02720a;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

a:link {
    text-decoration: none;
    color: 00de01;
}

a:visited {
    text-decoration: none;
    color: 00de01;
}

a:hover {
    text-decoration: underline;
    color: 00de01;
}

a:active {
    text-decoration: underline;
    color: 00de01;
}


@media (min-width: 1200px){
	.container {
    	max-width: 1300px;
	}
}
