html,body{
    background: rgb(235, 235, 235);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    width: 100%;
    overflow-x: none;
}
.col-2 {
    text-align: center;
    font-weight: bold;
    font-size: 15pt;
}

#forall{
    border-right-width: 2px;
    border-right-color: rgb(200, 200, 200);
    border-right-style: solid;
    text-decoration: none;
    color: rgb(28, 49, 76);
}

#forall:hover{
    border-top-width: 0.5px;
    border-top-color: rgb(209, 209, 209);
    border-top-style: solid;
    background: rgb(28, 49, 76);
    color: aliceblue;
    border-bottom-width: 0px;
    border-bottom-color:  rgb(209, 209, 209);
    border-bottom-style: solid;
}

#ro{
    border-bottom-width: 2px;
    border-bottom-color: rgb(28, 49, 76);
    border-bottom-style: solid;
    background: rgb(221, 221, 221);
}

#header{
    background: rgb(204, 31, 31);
    padding: 15px;
    color: aliceblue;
    font-size: 25pt;
}

#header b{
    margin-left: 20px;
}

#items{
    background: rgb(235, 235, 235);

}

#footer{
    width: 100%;
    color: aliceblue;
}

#in-header{
    background: rgb(162, 162, 162);
    padding: 20px;
    text-align: center;
    border-left-width: 2px;
    border-left-color:  rgb(209, 209, 209);
    border-left-style: solid;
}

#side{
    overflow-y: auto;
    padding: 8px;
    text-align: center;
    border-right-width: 10px;
    border-right-color: rgb(200, 200, 200);
    border-right-style: solid;
}

#pin{
    background: rgb(30, 167, 5);
    padding: 15px;
    text-align: left;
    margin-top: 40px;
}

#pin b{
    font-size: 17pt;
}

#pin #chgpin{
    font-size: 25pt;
}

#info {
    padding: 30px;
    font-weight: bolder;
    font-size: 15pt;
}

#last1{
    padding: 5px;
    background: rgb(28, 49, 76);
    text-align: center;
}

#last2{
    padding: 5px;
    background: rgb(204, 31, 31);
    text-align: center;
}

table{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}   
#summ{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    font-weight: bolder;
    margin-bottom: 10px;
    font-size: 13pt;
} 

tr th{
    text-align: right;
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    background: rgb(30, 167, 5);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: aliceblue;
}
tr td{
    text-align: left;
    text-indent: 10px;
    border-bottom: 2px solid #ddd;
    height: 40px;
    color: aliceblue;
    background: rgb(98, 101, 97);
}

#parent {
    left: 50%;
    top: 50%;
    position  : absolute;
    transform : translate(-50%, -50%);
    background: rgb(255, 255, 255);
    padding: 50px;
    border-radius: 5px;
 }
 #fields{
    margin-bottom: 10px;
    height: 50px;
    margin-top: 10px;
 }

 #title {
     padding: 15px;
     font-size: 17pt;
     border-top-left-radius: 30px;
 }

 #tn{
    border-bottom-right-radius: 20px;
 }