@font-face {
    font-family: "GE_Flow";
    src: url("GE_Flow_Regular.otf");
}

body{
	#background-color:#111111;
	#color: #16ACA0;
	font-family: "Tahoma";
	font-size:16pt;
}

input[type="checkbox"]{
	width:100%;
}

select{
	width:100%;
}

.stripe tr:nth-child(odd) {
    background-color: #eeeeee;
}
.stripe tr:hover {
	background-color: #dddddd;
}

.right-button {
  font-family: "GE_Flow","Tahoma";
  font-size: 24pt;
  width: 100%;
  height:50px;
}

.button {
	font-family: "GE_Flow","Tahoma";
	color:red;
    font-size: 16pt;
	width: 100%;
}

.right-column{
	width:25%;
	text-align:right;
	vertical-align:top;
}

.mid-column{
	text-align:center;
	vertical-align:top;
}

.formInput{
	width:100%;
	box-sizing:border-box;
}

.editLink{
	color:blue;
	cursor:pointer;
	text-decoration:none;
	
}

.title{
	font-family:"GE_Flow";
	font-size:1.5em;
}