
  
    .alc {text-align: center;word-break:normal !important;}
    .alj {text-align: justify}
    .bg1 {background-color: whitesmoke;}

    .fw-100{font-weight: 100 !important;}
    .fw-200{font-weight: 200 !important;}
    .fw-300{font-weight: 300 !important;}
    .fw-400{font-weight: 400 !important;}
    .fw-500{font-weight: 500 !important;}
    .fw-600{font-weight: 600 !important;}
    .fw-700{font-weight: 700 !important;}
    .fw-800{font-weight: 800 !important;}
    .fw-900{font-weight: 900 !important;}
    .fs-0 {font-size: xx-small !important;}
    .fs-1 {font-size:x-small !important;}
    .fs-2 {font-size:small !important;}
    .fs-3 {font-size:smaller !important;}
    .fs-4 {font-size:medium !important;}
    .fs-5 {font-size:large !important;}
    .fs-6 {font-size:larger !important;}
    .fs-7 {font-size:x-large !important;}
    .fs-8 {font-size:xx-large !important;}
    .pdb5 {padding-bottom: 5px !important; }
    .pdb10 {padding-bottom: 10px !important;}
    .pdb15 {margin-bottom: 15px !important;}
     .lh1 {line-height: 1.3rem !important;}
    .xcontainer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;        
          }

    .xlist {
      list-style-type:square;
           text-align: left;
           list-style-position: outside; 
           padding-left: 15px;          
           }

           .xlist >  li { padding-bottom: 0.5rem;
           }

     .xlisthead
          {text-align: left}       
         
            .gcard {background-color: dodgerblue;color: white; padding: 1rem; height: auto;}         
            .gcards {max-width: 1200px;margin: 0 auto;display: grid;grid-gap: 0.2rem;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));}

           .gcard2 {background-color: rgba(123, 188, 253, 0.123);color: white;padding: 1rem;height: auto;}
            .gcards2 {max-width: 1200px;margin: 0 auto;display: grid;grid-gap: 0.2rem;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));}

            .gcards > h1 { width:auto;}
.tpad-1 {padding: 1px !important;}
.tpadb-10 {padding-bottom: 10px !important;}
.tpadl-0 {padding-left: 0px !important;}

.imgcont {
  width: 100%;
  height: 100%;
  background: #EEE;
  min-height: 250px;
  position: relative;
  margin: 0px !important;
  padding: 0px !important;
}

.bgimg {max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  margin: auto;
}

comptbl {width: 100%;}
comptbl table { width: 100%; border-collapse: collapse; margin:0px auto; font-family:Verdana, Geneva, sans-serif; padding:14px;}
comptbl table tr:nth-of-type(odd) { background: #eee; }
comptbl table th {background: #3498db;	color: white; font-weight: bold;}
comptbl table td, comptbl table th { padding: 10px; border: 1px solid #ccc; text-align: left; 	font-size: 14px;}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
 padding-top: 30px; /* Location of the box */
 padding-bottom:0px;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 99%;
  max-width: 1100px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-10px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-10px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

