
    form#interpreting{
        margin-top: 18px;
    display: none;
    }
form#transcription{
    display: none;
    }
    label {
        display: block;
        font-size: 13px;
        font-weight: 710;
        margin-bottom: 4px;
    }

    input:not([type=submit]) {
        display: block;
        margin-bottom: 10px;
        padding: 7px;
        border: 1px solid #d7d7d7;
        border-radius: 5px;
    }

    input[type=submit] {
        padding: 10px;
        background-color: dodgerblue;
        border: none;
        color: white;
        border-radius: 5px;
        cursor: pointer;
    }
	.change1{
	    float:right;
	}
	.cls_button {
padding: 13px 21px!important;
    background-color: dodgerblue;
    border: none;
    color: white;
    border-radius: 15px!important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    }

    button {
        padding: 15px 62px;
        margin-top: 30px;
        color: white;
        font-size:25px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    button:first-of-type {
        background-color: forestgreen;
        margin-right: 10px;
    }

    button:last-of-type {
        background-color: #04B7AF;
    }
button.change{
        background-color: crimson;
    
}
i#bak {
    background: #04B7AF;
    color: #fff;
    padding: 2px;
}
h1.trans{
    color: #04B7AF;
    text-align: center;
    padding: 80px;
    
}
.group {
    display: -webkit-box;
}
.icon {
    padding: 6.5px;
    background: dodgerblue;
    color: white;
    min-width: 50px;
    text-align: center;
    font-size: 21px;
}
.form-control {
    display: block;
    width: 75%!important;
        border-radius: 2px!important;
}