@media (max-width: 250px) {
    .col-xxs-12 {
        width: 100%;
        margin-bottom: 5px;
    }
    .col-xxs-6 {
        width: 50%;
        margin-bottom: 5px;
    }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 10px;
}
.row.links {
    margin-bottom: 0px;
}
.form-control{
    height: 28px;
    padding: 2px 6px;
}

.dimensions {
    display: table;
    width: auto;
    height: 28px;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dimensions span {
    width: 1%;
    display: table-cell;
}
.dimension-control {
    display: table-cell;
    width: 100%;
    height: 26px;
    padding: 6px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    text-align: center;
}

.has-error .dimension-control {
    border: 1px solid #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
}

.dimension-control[disabled], .dimension-control[readonly], fieldset[disabled] .dimension-control {
    background-color: #eee;
    opacity: 1;
}

.form-inline.form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

label{
    font-weight: normal;
    margin: 0;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 5px;
    padding-right: 5px;
}

.input-group-addon {
    padding: 2px 6px;
    min-width: 30px;
}

.dimensions .input-group-addon {

    border: none;
    border-left: 1px solid #ccc;
    border-radius: 0 4px  4px 0 ;
}

.btn-full{
    width: 100%;
}

.result{
    background-color: #eee;
    margin: 10px 0;
}

.micro{
    font-size: 9px;
    text-align: center;
    margin: 0;
}
.text-xs{
    font-size: 10px;
    line-height: 1.2;
    margin: -8px -2px;
}

.price{
    font-size: 40px;
    font-weight: 700;
    color: #449D44;
}

.currency{
    font-size: 30px;
    font-weight: 700;
    color: #aaa;
}

.border{
    border: 1px solid #ccc;
    padding: 10px;
}

.help-block{
    font-size: 10px;
}
