html, body {
  font-family: Georgia, serif;
  
}

.col1 {
  background-color: #07689f;
  color: #ffffff;
}

.col2 {
  background-color: #ff4b5c;
  color: #ffffff;
}

.com1 {
  background-color: #ffd369;
}

.txn {
    background-color: #4c4c4c; 
   color: #ffffff;
}
.txo {
   background-color: #4c4c4c;
   color: #ffffff;
}

#customers {
  font-family: Arial, Helvetica, sans-serif;
 
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  /*border: 1px solid #ddd;*/
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
/* 
background-color: #4CAF50;
  color: white;

  background-color: yellow;
*/
  color: #ffffff;
}

h3 {
text-align: center;
}

h4 {
text-align: center;
font-size: 20px;

letter-spacing: 2px; 
}

h5 {
text-align: center;
font-size: 20px;
}

ul {
  /*list-style: none;*/
list-style-type:disc  
}

ul li.a::before {
  content: "\2022";
  color: #07689f;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
ul li.b::before {
  content: "\2022";
  color: #ff4b5c;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
ul li.c::before {
  content: "\2022";
  color: #ffd369;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
ul li.d::before {
  content: "\2022";
  color: #4c4c4c;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

/*blink*/
blink {
  -webkit-animation: 2s linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
  animation: 2s linear infinite condemned_blink_effect;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect { 
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes condemned_blink_effect {
  0%{opacity: 0;}
  50%{opacity: 5;}
  100%{opacity: 1;}

}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow-y: auto !important; /* 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 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* The Close Button 2*/
.close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

div.tx {
  font-size: 150%;
}
