#tool-corner
{
	border-radius: 15px;
	background: #ffffff;
	padding: 15px;
	width: 275px;
	height: 100px;
	border: 1px solid #dfdfdf;
	text-align: center;
	align: left;
}

#tool-corner-mobile
{
        border-radius: 15px;
        background: #ffffff;
        padding: 15px;
        width: 275px;
        height: 100px;
        border: 2px solid #cfcfff;
        text-align: center;
	align: left;
}



.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}


input.recnet,select.recnet,option.recnet
{
	padding: .4em .7em;
	height: 2.25em;
	border: 1px solid #4f4f4f;
	background-color: #fff;
	display: inline-block;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 5px;
	vertical-align: middle;
	box-sizing: border-box;
	color: inherit;
	font: inherit;
	font-family: "Arial", "Verdana", Sans-sherif;
	margin: 0;
}

hr.recnet-section
{
	border: 1px solid #9f9f9f;
}

hr.recnet-field
{
	border: 1px dotted #bfbfbf;
}

hr.recnet-group
{
	border: 1px dashed #afafaf;
}


input.recnet250
{
	padding: .4em .7em;
	height: 2.25em;
	border: 1px solid #333;
	background-color: #d0d0d0;
	display: inline-block;
	box-shadow: inset 0 1px 3px #ddd;
	width: 250px;
	border-radius: 8px;
	font-weight: bold;
	vertical-align: middle;
	box-sizing: border-box;
	color: inherit;
	font: inherit;
	font-family: "Arial", "Verdana", Sans-sherif;
	margin: 0;
}

input.recnet-button
{
	padding: .4em .7em;
	height: 2.25em;
	border: 1px solid #333;
	background-color: #d0d0d0;
	display: inline-block;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px;
	font-weight: bold;
	vertical-align: middle;
	box-sizing: border-box;
	color: inherit;
	font: inherit;
	font-family: "Arial", "Verdana", Sans-sherif;
	margin: 0;
}

td.recnet
{
	font: 14px Arial, sans-sherif;
}

td.recnet-nce
{
	font: 12px Arial, sans-sherif;
}
 


input[type=radio].recnet-tower
{
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

input[type=radio].recnet-tower + img
{
	cursor: pointer;
}

input[type=radio].recnet-tower:checked + img
{
	outline: 2px solid #f00;
}

::placeholder {
  color: #d0d0d0;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #d0d0d0;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #d0d0d0;
}
