input[type="checkbox"] {
    vertical-align: middle;
    margin-left: 5px;
}

#strjs, #strphp, #strpy {
    width: 475px;
    height: 299px;
    margin-top: 10px;
    padding: 3px;
}

#strjs {
    height: 327px;
}

label {
    font-size: 13px;
    color: #3e3e3e;
}

.objpy, #group, .obj {
    width: 475px;
    height: 118px;
    margin: 12px 2px 10px;
    padding: 3px;
}

.obj {
    height: 200px;
}

.outs, .outspy {
    background-color: white;
    width: 475px;
    height: 220px;
    border: 1px solid #A9A9A9;
    white-space: pre;
    margin: 15px 2px 10px;
    padding: 3px;
    overflow: auto;
}

.outspy {
    height: 119px;
}

textarea:focus {
    outline: none;
}

.rgx {
    width: 475px;
    margin-top: 10px;
    height: 45px;
    font-size: 14px;
    border: 1px solid #a9a9a9;
    padding: 3px;
}

.rgx:focus {
    outline: none;
}


table.exampleTable td {
    vertical-align: top;
    padding: 5px;
    border: 1px solid #dddddd;
}

table.exampleTable td.toolsHeading {
    text-align: center;
    padding: 5px;
    border: 1px solid #dddddd;
    font-weight: 600;
    font-size: 14px;
}

table.exampleTable {
    vertical-align: top;
    padding: 0px;
    border: 1px solid #dddddd;
}

.radioBox, .radioBoxCenter {
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    margin: 0px !important;
}

.radioBoxCenter {
    border-width: 1px 0px 1px;
}

input.tabs + label {
    background: none repeat scroll 0 0 #fff;
    color: #525252;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px/30px;
    margin-right: 2px;
    padding: 4px 20px;
    position: relative;
    text-decoration: none;
    height: 30px;
}

input.tabs:checked + label {
    background-color: #ecebeb;
    color: #1d1a1a;
    cursor: pointer;
    font-weight: bold;
}

input.tabs {
    position: absolute;
    left: -9999px;
    cursor: pointer;
}