/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 Dec, 2020, 7:59:54 PM
    Author     : Jawahar
*/

.courseware-container{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
}

.booklist-container{    
    background-color: white;
    padding:5px;
    max-width: 500px;
    width:500px;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin:5px;
}

.class-heading{
    font-size:1.3rem;
    color:white;
    background-color: navy;
    padding-top: 5px;
    padding-bottom: 5px;
    width:100%;
    text-align: center;
    margin-bottom: 5px;
}

.book-table{
    width:100%;
}
