﻿.body_ {
    margin-top: 50px;
}
.heading {
    font-size: 20px;
    text-align: center;
    color: #396EB0;
}
.headingInvoice {
    font-size: 16px;
    text-align: center;
    color: black;
}
.table_ {
    width: 100%;
    color: black;
    border: 1px black;
    overflow-x: scroll;
}
.tbl_head {
    background-color: #D0E8F2;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
}
.table_div {
    position: relative;
    overflow-y: scroll;
}
.row{
    margin-top:6px;
}
.tbody,.th{
    text-align:center;
}
.form_ {
    display: flex;
    justify-content: space-evenly;
}
.selected {
    background-color: #70d3e0;
}
.form_signup {
    width: 70%;
}
.joined-2 {
    display: grid;
    grid-template-columns: 1fr auto;
}
.margin_top{
    margin-top:-15px;
}