 table, td, th {
  border: 1px solid black;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  height: 70px;
}
	.spc{
				     padding: 15px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
		}
	.widthsp{
		width: 20%;
 }
.font1{
	font-size: 15px;
	color: #000;
	padding: 15px;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	line-height: 15px;
}
.font1:hover{
	font-size: 15px;
	color: red;
	padding: 15px;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	line-height: 15px;
	background-color: #1a1a1a;
}
/* unvisited link */
linkhr {
  color: #000;
}


linkhr:hover {
  color: red;
	background-color: red;
}

/* Box styles */
.myBox {
  border: none;
  padding: 5px;
  font-size: 14px;
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  overflow-x: none;
  color: #bfd7b5;
  margin-top: 35px;
  text-align: justify;
  }
  
  /* Scrollbar styles */
  ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  }
  
  ::-webkit-scrollbar-track {
  border: 1px solid yellowgreen;
  border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
  background: #ccc;  
  border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
  background: #88ba1c;  
  }

  .section3{
    width: 100%;
    margin-top: 55px;
  }
  .section4{
    width: 100%;
    background-color: #2a5706;
    padding-top: 55px;
    padding-bottom: 35px;
  }
  .fontwt14{
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .bgbt{

    background-color: #224901;
    width: 100%;
    margin: auto;
    border-radius: 25px;
    width: 250px;
    padding: 15px;
    text-align: center;
    color: #e5675d;
    margin-bottom: 150px;
    font-weight: bold;
    font-size: 21px;
  }
