﻿body
{
    font-family: Verdana;
    font-size: 14px;
}
.transbox:before{
  content: 'BRIDGECROSS';
 position:fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:-1;
  color: #ff0000;
  font-size: 75px;
  font-weight: normal;
  display: grid;
  justify-content: center;
  align-content: center;
  opacity:0.2;
  transform: rotate(-45deg);
}
input, select
{
    padding: 10px;
}


div.transbox
{
    margin: 0px;
    background-color: #fefefe;
    border: 0px solid black;
    opacity: 0.8;
    color: black;
    text-align: justify;
    padding: 0 15px;
    max-height:60vh;
    overflow-x:hidden;
    overflow-y:scroll;
}
.modal {
 /*  display: none; Hidden by default*/ 
  opacity:0.7;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* 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 {
  background-color: #fefefe;
  border-radius: 15px;
  margin: auto;
  padding: 20px;  
  text-align:center;  
  border: 1px solid #888;
  width: 50%;
}

.question {width:100%; float:left; text-align:justify; color:darkblue; font-size:16px;}
.answer {width: 100%; float: left; text-align: justify; margin:15px 0}
