


.choosen_stands {
    margin-left: 7px;
    background-color: #eeeeee;
    padding: 0px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.choosen_stands>p {
   padding-left: 10px;
}

.choosen_stands h3 {
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 10px;
}

.choosen_stands .stand_info strong {
    float: left;
    width: 150px;
}

.choosen_stands .stand_info input {
    background-color: #fff;
    width: 50px;
    padding: 2px 5px 2px 12px;
    color: #000000;
    font-weight: bold;
    display: inline-block;
    height: 20px;
}

.choosen_stands .stand_info {
    padding-left: 20px;
}

.tabs ul li a {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #eee;
    color: #aaa;
    cursor: pointer;
    float: left;
    box-sizing: border-box;
}

.tabs ul li.active a {
    background: #005587;
    color: #d6d434;
}

.tabs {
    margin-top: 10px;
}

.tabs .tabs_content_wrapper {
    margin-left: 7px;
    margin-bottom: 20px;
    margin-right: 20px;
}

span.remove_val {
    font-size: 14px;
    background-color: red;
    color: #fff;
    margin-left: 4px;
    width: 18px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}