
.btn-release {
    height: 150%;
    width: 5%;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px !important;
    padding-right: 3px;
    white-space: nowrap;
    border-radius: 2mm;
}

.btn-release-do {
    background-color: gray !important;
    border-color: gray !important;
    color: white;
    height: 150%;
    width: 80%;
    text-align: center;
    white-space: nowrap;
    display:inline;
}
.btn-release-dont {
    background-color: orange !important;
    border-color: orange !important;
    color: white;
    height: 150%;
    width: 90%;
    text-align: center;
    white-space: nowrap;
    display:inline;
    padding-left: 0;
}

.btn-release-done {
    background-color: green !important;
    border-color: green !important;
    color: white;
    height: 150%;
    width: 90%;
    text-align: center;
    white-space: nowrap;
    display:inline;
    padding-left: 0;
}

.nowrap {
    white-space: nowrap !important;
}

.padding6 {
    padding: 6px !important;
}
