﻿
.tablecss {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.tablecss td, .tablecss th {
  border: 1px solid #ddd;
  padding: 8px;
  
}
.tablecss thead tr{
    background-color:deepskyblue;
}

.tablecss tr:nth-child(even){background-color: #f2f2f2;}

.tablecss tr:hover {background-color: #ddd;}

.tablecss th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
.modalheader{
    font-family: "Times New Roman";
    font-size:large;
    text-align:center;
}
.closebutton{
    background-color:lightseagreen;
    color: white;    
}
    .padding-none {
        padding: 0;
    }

    .alignright {
        text-align: right;
    }

    .alignleft {
        text-align: left;
    }

    .aligncenter {
        text-align: center;
    }
    .imagesize{
        height:50px;
        width:100px;
         text-indent: 100vw;
    }
    .paddingtopbottom {
        padding-top: 1%;
        padding-bottom: 1%;
    }

    .bordertop {
        border-top: solid 1px #000;
    }

    .borderbottom {
        border-bottom: solid 1px #000;
    }

    .borderleft {
        border-left: solid 1px #000;
    }

    .borderright {
        border-right: solid 1px #000;
    }

    .noborder {
        /*border: none;*/
    }

    .paddingright {
        padding-right: 1%;
    }

    .paddingleft {
        padding-left: 1%;
    }

    .marginnone {
        margin: 0;
    }

