ul.reviewmodule-list {
    list-style-type: none;
    /* display: inline; */
}

h3.reviewmodule {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    color: black;
    font-size: 1.17em !important;
}

.reviewmodule-toggle {
    margin-bottom: 20px;
}

.reviewmodule-padding {
    overflow: hidden;
    padding: 0 10px 0 10px;
    border-bottom: 1px dashed grey;
}

.reviewmodule-review {
    /* position: relative;
    box-sizing: border-box; */
    padding: 5px 0 5px 0;
    font-size: 15px;
    margin-bottom: 0px !important;
}

/* .review {
    font-size: 15px;
    margin-bottom: 0px;
} */


.reviewmodule-star-rating i.active {
    color: orange;
}

.reviewmodule-star-rating i{
    color: black;
    font-size: 24px;
    cursor: default;
    text-decoration: none;
    line-height: 45px;
    font-style: normal;
}
.reviewmodule-star-rating {
    padding: 0 0 2px 2px;
    width: 120px;
    height: auto;
}

#confirmation {
    display: inline-block;
}

.reviewmodule-star-rating i.active:before {
    content: "\2605";
}
.reviewmodule-star-rating i:before {
    content: "\2606";
}

.score-td {
    width: 160px;
}

button.reviewmodule {
    font-size: 15px;
    border-radius: 5px;
    background-image: linear-gradient(#eeeeee, #dddddd);
}

button.reviewmodule:hover {
    background-image: linear-gradient(#eeeeee, #eeeeee);
}

.reviewmodule-respectively {
    position: relative;
    display: inline;
    right: 0;
    margin-bottom: 2px !important;
}

.reviewmodule-selected {
    box-shadow: 0 0 0 2px rgba(81, 203, 238, 1);
}

.reviewmodule-positive {
    color: blue !important;
}

.reviewmodule-negative {
    color: red !important;
}

.modal-block {
    z-index: 2;
    display: inline-block;
    position: fixed;
    top: 50%;
    left: 30%;
    background: white;
    padding: 10px;
    display: none;
}

.model-inner > h3, .confirmButtons {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.modal > .model-inner > h3 {
    margin-top: 5px;
}

.confirmButtons > button:first-child {
    margin-right: 10px;
}

.overlay {
    display: none;
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    position: fixed;
}

table tbody td {
    vertical-align: middle!important;
}
