.sredstvo{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}
.sredstvo-full{
	background-color: rgb(103, 112, 122);
    color: rgb(255, 255, 255);
}
.button{
	border-style: none;
    color: white;
    background-color: rgb(103, 112, 122);
    font-size: 10px;
    cursor: pointer;
    line-height: 1;
    padding: 10px;
    text-decoration: underline;
}
.button:hover{
	background-color: rgb(94, 102, 111);
}
.obb_span{
	color: inherit;
    text-decoration: inherit;
}
.buttonactive{
	background-color: green;
	border-style: none;
    color: white;
    font-size: 10px;
    cursor: pointer;
    line-height: 1;
    padding: 10px;
    text-decoration: underline;
}
.sredstvo_tabl_sum{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.mygemorr_ul{
    list-style-type: none;
}


#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9{
    color: white;
    font-size: 10px;
}
