/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31.01.2015, 15:55:03
    Author     : thomasmosch
*/
#bootstrap_area, .bootstrap_area{
    box-sizing: border-box;
}

#bootstrap_area .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

#bootstrap_area .row {
    /*
    margin-left: 0px;
    margin-right: 0px;
    */
}
#bootstrap_area .formwrapper{
    padding: 0 20px;
}
.card-view {
    clear: both;
    line-height: 26px;
}

.card-view .title {
    display: block;
    width: 30%;
    float: left;
}

.card-view .value {
    display: block;
    width: 70%;
    float: right;
}