

span.calculated-points, span.calculated-bmi, span.calculated-bazmKC, span.calculated-bazmKJ, span.calculated-konstitucija,span.calculated-bazmKJDP,span.calculated-bazmKCDP
{
    font-weight: bold;
    font-size: 1.3em;
}

.underline
{
    text-decoration: underline;
}

.bold
{
    font-weight: bold;
}

.red
{
    color: #f00 !important;
}

.inline-text-small input
{
    width: 80px !important;
}

.inline-text-large input
{
    width: 187px !important;
}

.custom-forms .form-item.form-submit.table-add-button
{
    padding: 0 0 10px 0;
    text-align: right;
}


#content-header a.logout {
    background: no-repeat scroll 11px 17px #E3E3E3;
    color: #666666;
    float: right;
    font-size: 14px;
    margin: 23px 10px 0;
    padding: 9px 12px;
    text-decoration: none;
    transition: all 0.3s ease 0s;    
}

.custom-forms .form-item.form-type-radio 
{
    display: block;
}

.custom-forms .form-item.form-type-radio .form-item-inner {
    display: inline;
}

.custom-forms .form-item textarea.error {
    border-color: #890059;
}

.custom-forms .form-item p.description 
{
    position: relative;
}

.custom-forms .question-header span.label 
{
    width: 170px;    
}

.custom-forms .question-header span.data 
{
 max-width: 450px;   
}

.custom-forms .question-header .static-item 
{
    overflow: hidden;    
    margin: 0 0 8px;
}

.custom-forms .question-header .static-item > span
{
    float: left;    
}

.custom-forms .question-header .static-item table td 
{
    padding: 2px;   
}


.custom-forms .form-item input.link 
{
    line-height: 1px;
}

.left
{
    float:left;
}


.right
{
    float:right;
}

