body {
    font-size: 1.6rem !important;
}

.content {
    min-height: 400px;
}
.navbar-brand > img {
    height: 28px;
}
footer {
    background: #f8f8f8;
    margin-top: 40px;
    padding: 20px 0;
}

.therapy-row, .therapy-line  {
    margin-top: 10px;
    margin-bottom: 20px;
}
 
.row-m-t{
  margin-top : 20px
}
.row-m-b-10{
    margin-bottom: 10px;
}
.green {
    color: green;
    font-weight: bold;
}

.therapy-delete {
    width: 16px;
    height: 16px;
    margin-top: 25px;
    background: url("/images/engine/drop.png");
    cursor: pointer;
}

.hint {
    color: gray;
    font-size: 12px;
    margin-top: 10px;
}

select option:disabled {
    color: #dedede;
    display:none;
}

table {
    font-size: 14px;
}
.main-button, .sec-button {
    display: inline-block;
}