h1 {
    text-align: center;
}

h2 {
    text-align: center;
    text-decoration-style: solid;
    text-emphasis: bold;
    background-color: orange;
    vertical-align: middle;
    color: aliceblue;
    margin-top: 0px;
}

h3 {
    text-align: center;
}

.red {
    color: red;
}

#navbar {
    background-color: red;
}

body {}

.scroll-box {
    overflow-y: scroll;
}

.isSelected {
    background-color: yellow;
    color: red;
    font-weight: bold;
}



#title {
    text-align: center;
    text-emphasis: bold;
    background-color: yellow color: green;
    min-height: 50px;
    background-image: url("/images/allotment1.jpg");
}

#titleimg {
    text-align: center;
    text-emphasis: bold;
    background-color: black min-height: 50px;
}

#space {
    background-color: red;
    border-color: red;
    border-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    min-height: 10px;
}


}

#footer {
    background-color: pink;
    min-height: 450px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
}

#space {
    background-color: darkmagenta;
    min-height: 270px;
}

#row1 {
    background-color: white;
    min-height: 270px;
}

#view-slide-in {
    background-color: cadetblue;
    border-radius: 5px 75px;
    min-height: 600px;
}

#product1 {
    background-color: cadetblue;
    border-radius: 5px 75px;
    min-height: 270px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 30px;
    margin: 10px;
    margin-left: 110px
}

a {
    align-content: center;
}

table,
th,
td {
    border: 1px solid grey;
    background-color: powderblue;
    border-collapse: collapse;
    padding: 2px;
    font-size: 2;
}

table tr {
    height: 1px;
    font-size: small;
}

.title tr {
    background-color: palevioletred;
}

tr {
    background-color: lightskyblue;
}

tr.selected td {
    background: #ccc!important;
}

.scroll {
    height: 800px;
    overflow-y: scroll;
}

.pad {
    padding-left: .5em;
    padding-right: .5em;
}

@media (max-width:768px) {
    .hidden-small {
        visibility: hidden!important;
        height: 0px;
        width: 0px;
        /* padding-top: 30px;*/
    }

    .scroll {
        height: 300px;
        overflow-y: scroll;
    }

    h2 {
        text-align: center;
        text-decoration-style: solid;
        text-emphasis: bold;
        background-color: orange;
        vertical-align: middle;
        color: aliceblue;
        font-size: 18px;
    }

}
