#experiment_control
{
    float:left;
    height:60px;
    display:block;
    background-color:#66B3FF;
    padding:5px;
}

#experiment_control_experiment-number
{
    font-size:20px;
}

#experiment_status
{
    float:left;
}

#experiment_select
{
    margin-left:20px;
    margin-top:13px;
    margin-bottom: 10px;
}

#experiment_select select
{
    width: 420px;
}

#connection_box
{
	background-color: #FFFFFF;
}

#connection
{
	text-align: center;
	font-size: 10px;
}

.input_value
{
	background-color: #FFFFFF;
	text-align: center;
	font-size: 30px;
	width:120px;
	height: 30px;
}

.control_button
{
	background-color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	width:120px;
	height: 30px;
}

.control_button_2x
{
	background-color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	width:240px;
	height: 30px;
}

.line_header
{
	padding-right: 10px;
}