::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    background: rgba(210, 213, 210, 0.26);
}
::-webkit-scrollbar-track{
    border-radius: 5px;
    background: transparent;
}
::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background: rgba(142, 142, 142, 0.64);
}
*{
    font-size: 09px;
    font-family: Tahoma;
}
body{
    padding: 0;
    margin: 0;
    background: rgba(128, 128, 128, 0.07);
}
.content_{
    padding: 0.8%;
}
.head_{
    height: 30px;
    background: darkgrey;
}
.part_1{
    height: 60px;
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.part_2{
    height: 150px;
    overflow: auto;
    margin-top: 10px;
    border-radius: 5px;
    border: solid 0.5px rgba(128, 128, 128, 0.16);
    padding: 20px;
}
.row-content{
    width: 12%;
    vertical-align: top;
    display: inline-grid;
    text-align: center;
    height: 80px;
    place-items: center;
}
.circle{
    border-radius: 50%;
    height: 17px;
    width: 17px;
}
.btn{
    text-decoration: none;
    color: white;
    border-radius: 5px;
    width: 70%;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 2px;
    border: none;
}
.btn-1{
    background: cornflowerblue;
}
.btn-2{
    background: #778c0b;
}
.btn-3{
    background: #969fae;
}
.btn-4{
    background: #9c9e9e;
}
.btn-5{
    background: #68543b;
}
.btn-6{
    background: #3f5985;
}
.btn-7{
    background: #ed64e6;
}
.btn-8{
    background: #edeb64;
    color: black;
}
.btn:hover{
    width: 80%;
    height: 45px;
    line-height: 45px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
    border: solid 2px black;
    transform: scale(1.05);
    transition: ease-in-out;
}