body {
    font-family: Ubuntu, Tahoma, Geneva, sans-serif;
    font-size: small;
}

table {
    border-collapse: collapse;
}

table, th, td {
    
}

th {
    padding: 15px;
}

td {
    padding: 5px;
}

.headline {
    border: 0px;
    width: 100%;
}

.functions, table.functions tr, table.functions td {
    border: 1px solid LightGray;
}

.box{
	width:100%;
	height:120px;
}
 
.blue{
	background:#00BFFF;
}
