 .table {
            width: 100%;
        }

        .table td {
            font-size: 12px;
            padding: 5px;
            color: rgb(56, 56, 56);
            vertical-align: top;
        }

        .tablebordered td {
            border: solid 1px lightgray;
        }

        .indexpageheading {
            font-size: 20px;
            font-weight: bold;
            text-align: left;
            padding: 20px 0px;
        }

        .tablebordered tr:nth-child(2n+1) {
                background-color: #DCE6F2;
            }

            .tablebordered tr:nth-child(2n) {
                background-color: #D0D8E8;
            }

            .tablebordered tr:hover {
                background-color: aliceblue;
            }

            .tablebordered td:nth-child(1) {
                 padding: 10px;
                font-weight: bold;
                font-size: 18px;
                background-color: #4F81BD;
                color: white;
            }

            .tablebordered td:nth-child(3) {
                text-align: center;
            }
            .tablebordered td:nth-child(4) {
                text-align: center;
            }
            .tablebordered td:nth-child(5) {
                text-align: center;
            }
            .tablebordered th {
                padding: 10px;
                font-weight: bold;
                font-size: 18px;
                background-color: #4F81BD;
                color: white;
            }
            .tablebordered td:nth-child(1) {
                text-align: center;
                background-color: #4F81BD;
                color: white;
            }
        .listicons {
            padding-left: 30px;
        }
        .semesterheading {
            padding: 10px;
            background-color: lightblue;
            text-align: center;
        }
        .tableborderedcurriculum tr:nth-child(2n+1) {
                background-color: #DCE6F2;
            }

            .tableborderedcurriculum tr:nth-child(2n) {
                background-color: #D0D8E8;
            }

            .tableborderedcurriculum tr:hover {
                background-color: aliceblue;
            }

            .tableborderedcurriculum td:nth-child(5) {
                text-align: center !important;
            }
            .tableborderedcurriculum td:nth-child(6) {
                text-align: center !important;
            }
            .tableborderedcurriculum td:nth-child(7) {
                text-align: center !important;
            }
            .tableborderedcurriculum td:nth-child(8) {
                text-align: center !important;
                /*background-color: #4F81BD;
                color: white;*/
                vertical-align: middle;
            }
            .tableborderedcurriculum td {
                vertical-align: middle;
            }
            .tableborderedcurriculum th {
                padding: 10px;
                font-weight: bold;
                font-size: 18px;
                background-color: #4F81BD;
                color: white;
            }
            .tableborderedcurriculum td:nth-child(1) {
                text-align: center !important;
                background-color: #4F81BD;
                color: white;
            }