.block {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-bottom-color: #dddddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #dddddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #dddddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #dddddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding-bottom: 14px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 10px;
    position: relative;
}

.form-horizontal select.answers-select{
    margin-bottom: 10px;    
}

#matrix-info .object-descripton {
    height: 40px;
    padding-top: 8px;
    padding-right: 18px;
}

.name-small {
    font-size: 14px;
    font-weight: normal;
}

.form-matrix select.input-xxlarge {
    width: 100%;
}

.form-matrix input.input-xxlarge {
    width: 98%;
}

.form-matrix .bootstrap-select .btn{
    background: none;
    border-color: #cccccc;
    color: #555555;
    height: 40px;
    margin: 0 0;
}

.form-matrix .bootstrap-select.btn-group .dropdown-menu{
    z-index: 1025;
    box-shadow: none;
    width: 100%;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background-color: #339933;
    background-image: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #339933;
    background-image: none;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
    color: #fff;
}

