@charset "utf-8";

*{
	box-sizing: border-box;
	outline: none;
	font-family: 'Open sans', sans-serif;
}

html{
	min-height: 100%;
}

body{
	margin: 0;
	padding: 20px;
	height: 478px;
	color: #333;
}

label{
	cursor: pointer;
}

em{
	font-size: 13px;
}

select,
input[type="text"]{
	padding: 5px 4px;
	font-size: 13px;
	color: #333;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
}

#jbr-super-table{
	display: table;
	position: relative;
	width: 100%;
	min-height: 100%;
	font-size: 16px;
}

#jbr-super-table > .jbr-super-cell{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

#jbr-super-table > .jbr-super-cell > .jbr-table{
	display: table;
	width: 100%;
	padding: 5px 0;
}

#jbr-super-table > .jbr-super-cell > .jbr-table .jbr-table-row{
	display: table-row;
}

#jbr-super-table > .jbr-super-cell > .jbr-table > .jbr-table-row > .jbr-cell{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 8px 0;
	width: 50%;
}

.jbr-number-field{
	width: 100px;
}

.button{
	display: inline-block;
	color: #555;
	border-color: #ccc;
	background: #f7f7f7;
	-webkit-box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
	box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
	vertical-align: top;
	height: 30px;
	line-height: 28px;
	padding: 0 12px 2px;
	cursor: pointer;
	font-size: 13px;
	border-radius: 3px;
}

.button-primary{
	height: 30px;
	line-height: 28px;
	padding: 0 12px 2px;
	display: inline-block;
	background: #2ea2cc;
	border-color: #0074a2;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
	border-radius: 3px;
}

.buttons{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}