#edutwo-options-container {
width: 90%;
}
.edutwo-options-table {
border: 3px solid #999;
border-radius:5px;
padding: 15px;
width: 540px;
background: #fafafa;
}
#edutwo-options-container h1 {
width: 22px;
background: #f7f7f7;
color: #7c7c7c;
text-shadow: 0 1px 2px #c5c5ca;
padding: 5px 5px 6px 5px;
border: thin solid #aaa;
border-radius: 2px;
text-align: center;
}
#edutwo-options-container label {
text-align: left;
position: relative;
margin-top: 0;
border-bottom: thin dashed black;
}
#edutwo-options-container input[type="text"], 
#edutwo-options-container input[type="url"] {
float: none;
background: #def;
border: 1px solid #bbb;
}
#edutwo-options-container input[type="checkbox"] {
float: none;
background: #def;
border: 1px solid #bbb;
margin-left: 1.222em;
margin-top: 0;
}
#edutwo-options-container td {
display: inline;
padding: 0 7px;
}
#edutwo-options-container h3 {
margin-bottom: -8px;
}
#edutwo-options-container p span {
font-weight: 700;
color: green;
}
#edutwo-options-container fieldset {
min-width: 548px;
width: auto;
max-width: 548px;
padding: 0 20px 20px 20px;
border: 3px solid #999;
border-radius:5px;
background: #fafafa
}
#edutwo-options-container legend {
font-weight: 700;
padding: 9px;
font-size: 1.125em;
}
#edutwo-options-container td h3,
#edutwo-options-container td h4,
#edutwo-options-container td h5 {
padding: 0 7px;
}
#edutwo-options-container p.inline,
#edutwo-options-container p.inline code xmp {
display: inline-block !important;
white-space: pre-wrap 
}
.edutwo-tab {
display: inline-block;
margin: 0;
padding: 0;
background: #ffffff;

}
.edutwo-tab span {
padding: 9px 11px 5px 11px;
height: 58px;
width: 480px;
background: #def;
border-top: thin solid #888;
border-left: thin solid #888;
border-bottom: thin solid transparent;
border-right: thin solid #888;
font-weight: 700;
font-size: 1.125em;
border-radius: 5px 5px 0 0;
}
.select-data-row {
position: relative;
background:#ececec;
padding:3px;
border:3px solid #ccc;
border-radius:3px
}
.select-options-box {
position: relative;
height: 2.3333em;
width: 390px;
background:#ececec;
padding:3px;
border:3px solid #ccc;
border-radius:3px
}
.select-options-dropdown {
position: relative;;
margin-right: 10%;
width: 352px;
float: right;
border: thin solid #5bc;
}
.selected-data-row {
width:380px;
background:#fffffc;
padding:6px;
border:3px solid #ccc;
border-radius:3px
}
.selected-data-row span {
color:royalblue;
font-weight: 800;
font-size:1.128em
}
.options-instruct-table {
width: 675px;
padding: 0;
margin-top: 1.655em;
}
.options-instruct {
text-align: left;
border:3px solid #ccc;
padding:13px;
background:#e6e6e6;
border-radius:3px
}
.clearme{clear: both; margin:0; padding:0;}

