@charset "UTF-8";
/* CSS Document */
form table{
	width:100%;
	margin-left:auto;
	margin-right:auto;}
form table tr th, form table tr td{
	text-align:center;
	border: 1px solid #ccc;
}
form table tr th{
	background:#ddd;
	text-align:center;

}
input.form-control{
//	width:90%;
//	padding:0;
}
.form-group input.form-control{
//	margin:0 auto;
}

.well-hilight {
  min-height: 20px;
  //
  padding: 5px;
  //
  margin-bottom: 20px;
  background-color: #45d9b42e;
  border: 1px solid #f4f9c9;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well-hilight-selected {
  min-height: 20px;
  //padding: 5px;
  //margin-bottom: 20px;
  background-color: #d9edf7;
  border: 1px solid #c9dde7;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

