.description {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 17px;
    margin-top: 30px;
}

    .description .btn {
        display: flex;
        min-width: 230px;
        height: auto;
        padding: 7px 10px;
        color: #555;
        border: 1px solid #D7D7D7;
        border-radius: 4px;
        background-color: #fff;
        background-image: none;
        box-shadow: none;
        font-size: 14px;
        line-height: 1.42857;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    .description .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.8;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        margin-top: -7px;
        direction: rtl;
    }

.title {
    font-family: inherit;
    line-height: inherit;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
}

.fontBold {
    font-family: 'Droid-Bold';
}
