.separator
{
    height: 20px;
}

nav a 
{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.hidden
{
    display: none;
}



.completed {
    background-color:white; 
}

.notcompleted {
    background-color:yellow; 
}



.messagebox {
    position: fixed;
    bottom: 0;
    width: auto;
}

.buttonfixedwidth {
    width: auto;
    min-width: 200px;
}

.samplesolution {
    background-color: yellow;
}

.gaptext {
    background-color: yellow;
}

.has-error span {
    color: red;
}

.disabled.btn, [disabled].btn, fieldset[disabled] .btn {
    opacity: 0.35;
}



.ltext    { 
    padding: 0em 10% 0em 10%; 
    background-color: rgb(238, 238, 238);
    padding: 0.5em;
    font-family: "Courier New", "Andale mono", "Lucida Console", "Lucida Sans TypeWriter", Courier, monospace;
    white-space: normal;
    line-height: 28px;
}

.lpretext {
    font-size: 16px;
    padding-right: 5px;
    display: inline-block;
    word-wrap: normal;
}

.lword {
    white-space:nowrap; 
    font-size: 0; 
    display: inline;
}

.lwordstart {
    font-size: 16px; 
    display: inline;
}

.ltextinput {
    font-size: 16px;
    position: relative;
    display: inline;
}

.ltextinput input { 
    font-size: 16px;
    border-width:1px 0px 1px 0px; 
    border: none;
    vertical-align:middle;
    margin-top: -1px;
    padding:0 2px;
    height: 24px;
    line-height: 24px;
}

.ltextsize {
    position: absolute;
    left: 0;
    top: -12px;
    font-size: 11px;
    line-height: 16px;
    color: rgb(128, 128, 128);
}

.lwordend {
    font-size: 16px;
    display: inline;
}







