.padding-left-15 {
    padding-left: 15px;
}

.padding-left-30 {
    padding-left: 30px;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.maksajan_tiedot_btn {
    margin: 30px 0 30px 15px;
    white-space: normal !important;
    line-height: 30px !important;
    padding: 10px !important;
}

.maksajan_tiedot {
    display: none;
}

.nayte_info_table tr td:first-child {
    min-width: 80px;
}

.hevostenrehutOhjeModal {
    display: none;
    position: fixed; 
    z-index: 20999; 
    padding-top: 50px;
    padding-bottom: 50px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: scroll;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.hevostenrehutOhjeModal-content {
    width: 90%;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    min-width: 320px;
    border-radius: 25px;
}