.students_container, .content {
    width: 100%;
}
.tabs{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab_item{
    font-family: "Monserat";
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 20px;
}
.selected{
    border-bottom: 1px solid black;
}
.minus_user{
    font-size: 15px;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
}
.students_block .student_item input{
    margin: 0 20px 0 0 ;
}
.students_block .student_item .description_penalty{
    margin: 0 20px 0 20px ;
}
.students_block .student_item #penalty{
    margin: 0;
}
.form_submit_suggest{
    width: 223px;
    border: 1px solid #0C81C7;
    padding: 10px;
    border-radius: 10px;
}
.pay {
    width: 300px;
    height: 50px;
    background-color: #0080b8;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #fff;
    transition: .2s ease;
    cursor: pointer;
    margin-right: 10px;
}
.buttons_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.suggest_block_item{
    margin-bottom: 20px;
}
.date_block p,.desc_block p, .members_block p, .user_text {
    font-size: 16px;
}
.date_block p span, .desc_block p span, .members_block p span{
    font-size: 15px;
}
.student_penalties_list {
    margin-left: 0;
}
.student_penalties_list li span {
    display: block;
}
body ul.student_penalties_list li {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.student_penalties_list hr {
    margin: 10px 0;
}
body ul li.red_card {
    background: rgba(255, 0, 0, 0.4);
}
body ul li.yellow_card {
    background: rgba(255, 255, 0, 0.4);
}