.fluxx-fieldset {

  border: 2px solid #39bad1 !important;


}

.grant-label {
	color: #33859f;
}

label {

  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  clear: both;
  float:left;
  margin-right:15px;
  margin-bottom: 5px;
}

.overflow {
  height: 200px;
}

select{
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6842;
    background-color: #f7f7f7;
    border-radius: 0;
    color: #333;
	text-rendering: auto;
    margin-bottom: 5px;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
	float: left;
}