@charset "UTF-8";
/* CSS Document */

body {
	margin:10px 0 30px 0	;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
}

label {
	font-weight:700;
}

form {
	margin:20px 0;
}

input[type="submit"], .btn {
    background: #E53B30;
    color: #fff;
    border-radius: 0;
    display: inline-block;
    padding: 3px 8px;
    margin: 5px 0;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

table { 
    border-spacing: 0;
    border-collapse: collapse;
}
table tr:first-child { 
    background: #CFCDCD;
}


table td {
	border: 1px solid #CFCDCD;
	padding:5px;	
}

