/* Style for program 233. */

#project { width: 600px; }
#project tr td:first-child { width: 150px; }
#inputValues 
{ 
	width: 600px; 
	align: right;
}
#inputValues tr td:first-child { width: 150px; }
#selectors 
{ 
	width: 100%; 
	align: right;
}
#selectors2 
{ 
	width: 100%; 
	align: right;
}
#selectors3 
{ 
	width: 100%; 
	align: right;
}
.tooltip 
{ 
	width: 30px; 
	vertical-align: bottom;
}
.title
{ 
	width: 150px; 
	text-align: right;
}
#tab-model ul { list-style: none; }
img
{
	vertical-align: baseline;
}
.result-column { 
  display: inline-flex; 
  align-items: center;
}
.result-column .tooltip { 
  margin-right: 1px; 
  margin-left: 1px;
}
.result-field {
  display: inline-block;
  background-color: #00448A;
  border: 1px solid #00448A;
  border-radius: 4px;
}
.result-name {
  display: inline-block;
  min-width: 200px;
  font-size: 1.25em;
  font-weight: bold;
  color: white;
  background-color: #00448A;
  text-align: center;
  padding: 4px;
  border-radius: 3px 0 0 3px;
}
.result-value {
  display: inline-block;
  background-color: inherit;
  min-width: 100px;
  padding: 4px;
  border: none;
}
@media screen and (min-width: 69em) {
  div.dof-main-box { height: 800px; }
  div.maximize-button { min-height: 800px; }
  div.dof-inside-box { height: 800px; overflow: auto; }
}
span.designation { 
  color: #7cb346;
  text-decoration: none;
  background: url('../img/arrow-green.png') no-repeat left 1px;
  background-size: 13px 14px;
  padding-left: 0px;
  cursor: pointer;
}