/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : Mar 14, 2023, 4:55:43 PM
    Author     : ASUS
*/

.itemisingtable {
    border: none;
    text-align: left;
    padding : 3px;
}

.aboutmetable {
        width:100%;
        text-align: left;
    
    @media screen and (min-width:640px) {
            width:50%
    }    
            
}


a.bluelink:visited {
    color:blue;
}

table {
    border : 1px solid black;
    border-collapse: collapse;
}

th {
    border : 1px solid black;
    padding : 9px;
    background-color : #FDEDEC;
}

td {
    border : 1px solid black;
    padding : 9px;
    text-align: center;
}