body {
	font-family: 'Source Sans Pro', sans-serif;
}


td {
	vertical-align: top;
	color: black;
}

th {
	text-align: left;
	background-color: rgb(240, 207, 164);
}

table {
	border-spacing: 5px 5px;
}

tr:nth-child(odd){
    background-color: rgb(229, 243, 250);
}

tr:nth-child(even){
    background-color: rgb(199, 229, 243);
}

.content select[multiple] { 
	/* height: 4em; */
	
	resize: vertical; 
}

span {
    position: relative;
}
span:active:after {
    content:attr(title);
    padding:5px;
    border:1px solid #ccc;
    top:5px;
    right:10%;
    background: #3dbdd7;
}