.countdown-green {
  border: 5px #212F3D double;
  background-color: #f2f5fc;
  color: #008000;
  padding: 5px;
  font-size: 14px !important;
  width: 100%;
  height: 15px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}

.countdown-red {
  border: 5px #212F3D double;
  background-color: #f2f5fc;
  color: #FF0A0A;
  padding: 5px;
  font-size: 14px !important;
  width: 100%;
  height: 15px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}

.board {
    border: 5px #212F3D double;
    background-color: #FF0A0A;
    color: #FCFAF9;
    padding: 15px;
    font-size: 16px !important;
    width: 100%;
    height: 16px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

#virtual-keyboard {
    border: 5px #212F3D double;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 5px 5px 5px;
    background-color: #f2f5fc;
}

.keyboard-row {
    text-align: center;
    margin-bottom: 10px;
}

#virtual-keyboard a {
	display: inline-block;
 	border:2px solid #FF0A0A;
 	color: #FF0000;
 	border-radius: 50px;
 	-webkit-border-radius: 50px;
 	-moz-border-radius: 50px;
 	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
 	width: auto;
 	height: auto;
 	font-size: 16px;
 	padding: 10px 17px;
 	background-color: #FCFAF9;
}

/* #virtual-keyboard a:hover {
    text-decoration: none;
    opacity: 0.8;
} */

#virtual-keyboard a:hover, #virtual-keyboard a:active{
 border:2px solid #FFFFFF;
 color: #FFFDFC;
 background-color: #FC0000;
}

.custom-certificate-div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  /*width: 100%;*/
  border: 5px #212F3D double;
  margin-bottom: 5px;
}

.custom-certificate-file {
  cursor: pointer;
  display: inline-block;
  background-color: #FC0000;
  color: #fff;
  text-align: left;
  font-size: 20px;
  padding: 8px;
  width: 100px;
  cursor: pointer;
  width: 100%;
}

.custom-certificate-password {
  cursor: pointer;
  display: inline-block;
  background: #fff;
  color: #FF0000;
  text-align: center;
  font-size: 16px !important;
  padding: 8px;
  width: 100px;
  cursor: auto;
  width: 100%;
  font-weight: bold;
}

.custom-certificate-data {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  border: 5px #212F3D double;
  margin-bottom: 5px;
  color: red;
}
