<style>
body
{
    background-color: #A4A4A4;
	max-width: 1440px;
}

img
{
/*    width: 100%; */
	max-width:1200px;
}


.tableclass2
{
/*	font-family: Courier New, monospace  */
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	width:'100%';
	tableLayout:fixed;
	border:none;
	background-color:#9A1800;
}
.tableclass2 tbody
{
	height: 250px;
    overflow-y: scroll;
}

.tableclass2 td
{
/*	font-family: Courier New, monospace  */
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:20x;
	border:1px solid black;
	border-radius:10px;
	color:white;
	background-color:#9A1800;
	white-space: nowrap;
}

.tableclass2 input
{
/*	font-family: Courier New, monospace  */
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:20x;
	border:1px solid black;
	border-radius:10px;
	color:white;
	background-color:black;
}

.tableclass2 h2
{
/*	font-family: Courier New, monospace  */
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:20x;
	border:1px solid black;
	border-radius:10px;
	color:white;
	background-color:black;
}

.tableclass
{
/*	font-family: Courier New, monospace  */
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 12px;
	table-layout:fixed;
}

.tableclass td
{
/*	font-family: Courier New, monospace  */
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:12x;
	border:1px solid black;
	border-radius:10px;
	color:black;
	white-space: nowrap;
}

.tableclass textarea
{
/*	font-family: Courier New, monospace  */
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:24x;
	border:1px solid black;
	border-radius:10px;
	color:black;
	white-space: nowrap;
}

.tableclass input
{
/*	font-family: Courier New, monospace  */
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:12x;
	border:1px solid black;
	border-radius:10px;
	color:black;
	background-color:white;
}

.tableclass h2
{
/*	font-family: Courier New, monospace  */
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:12x;
	border:1px solid black;
	border-radius:10px;
}

.main 
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:16px;
    width: 100%;
    background-color: #A4A4A4;
}
.space 
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.responsive 
{
    width: 100%;
    height: auto;
}

.padding 
{
    padding-right: 50px;
    padding-left: 50px;
    left: auto;
    right: auto;
    padding-bottom: 50px;
}

.header 
{
    width: 100%;
    height: auto;
    display: block;
    left: auto;
    margin-left: 0px;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px #5C5C5C;
    box-shadow: 0px 0px #5C5C5C;
    background-color: #9A1800;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
	max-width: 1440px;
}

.para1
{
    width: 100%;
    height: auto;
	text-align: center;
	font-size: 40px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color:inherit;
	margin:0;
	padding:0;
}

h1
{
	background-color:inherit;
	margin:0;
	padding:0;
	text-decoration:none;
	font-size: 40px
}

h2
{
	background-color:inherit;
	margin:0;
	padding:0;
	text-decoration:none;
	font-size: 30px
}

h3
{
	background-color:inherit;
	margin:0;
	padding:0;
	text-decoration:none;
	font-size: 12px
}

.scrum
{
	background:pink;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:16px;
	margin:8px 0 16px;
	text-align:left;
	
}

.navbar 
{
	overflow: hidden;
	background-color: #9A1800;
	display:block;
	text-decoration:none;
	max-width: 1440px;
    margin-left: 0px;
    margin-right: auto;
    width: 100%;
    height: auto;
    left: auto;
    -webkit-box-shadow: 0px 0px #5C5C5C;
    box-shadow: 0px 0px #5C5C5C;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.navbar_float 
{
	float:right;
	overflow: hidden;
	background-color: #9A1800;
	display:block;
	color:white;
	text-decoration:none;
	max-width: 1440px;
}

 /*.navbar a
 {
    list-style-type: none;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: x-large;
	text-decoration: none;
    padding-right: 15px;
    padding-left: 15px;
    text-shadow: 0px 0px;
    color: #000000; 
    display: inline-block;
    background-color: #9A1800;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 12px;
    margin-top: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 3px 3px 5px #252424;
    box-shadow: 3px 3px 5px #252424;
 }
 */
 
 .navbar_float a
 {
	float:right;
    list-style-type: none;
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-style:normal;
    font-weight:bolder;
    font-size: x-large;
	text-decoration: none;
	padding-right: 15px;
    padding-left: 15px;
    text-shadow: 0px 0px;
/*    color: #000000; */
	color:white;
    display:inline-block;
    background-color: #9A1800;
    padding-top:15px;
    padding-bottom:15px;
    margin-right:12px;
    margin-top:6px;
    border-radius:6px;
	box-shadow:3px -3px 5px #252424;	
    -webkit-box-shadow:3px -3px 5px #252424;
	-moz-box-shadow:3px -3px 5px #252424;
	-o-box-shadow:3px -3px 5px  #252424;
 	max-width:1440px;
}


.navbar a 
{
  float:left;
  list-style-type: none;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color:white;
  text-align: center;
  padding:14px 16px;
  text-decoration: none;
  background-color: #9A1800;
/*  max-width: 1440px;
  width:100% */
}

 
.dropdown 
{
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn 
{
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: #9A1800;
  font-family: inherit;
  margin: 0;
}

.navbar_float a:hover 
{
  background-color: red;
}

.navbar a:hover, .dropdown:hover .dropbtn 
{
  background-color: red;
}

.dropdown-content 
{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a 
{
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover 
{
  background-color: red;
}

.dropdown:hover .dropdown-content 
{
  display: block;
}

.buttons:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons
{
	clear:both;
	display:block;
	margin-top:10px;
}

.button_text
{
	clear:both;
	display:block;
	margin-top:10px;
	overflow:visible;
	padding:0 7px;
	width:auto;
	font-size:16px;
	margin-left: 5ch;
	background: #9A1800;
}

.button_float
{
	float:left;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	display:block;
/*	margin-top:10px; */
	overflow:visible;
/*	padding:0 7px; */
	width:auto;
	font-size:16px;
	margin-left: 5ch;
    background-color: #9A1800;
	color:white;
    border-radius: 6px;
	box-shadow: 3px -3px 5px #252424;	
    -webkit-box-shadow: 3px -3px 5px #252424;
	-moz-box-shadow: 3px -3px 5px #252424;
	-o-box-shadow: 3px -3px 5px  #252424;
}
.logo 
{
    padding-left: 10px;
	max-width: 1440px;
}

.container 
{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.description label
{
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

.medium input
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

.modal 
{
  display: none;
  position: fixed; 
  padding: 50px 0px 50px 0px;
  left: 0; 
  top: 0;
  width: 100%;
  height: 100%; 
/*  background-color: rgb(0, 0, 0); */
  background-color: rgba(0, 0, 0, 0.5);
  z-index = 999998;
}

.modal-content 
{
  position: relative; 
  background-color: white;
  padding: 20px; 
  margin: auto; 
  width: 50%;  
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  z-index = 999998;
}

.close-btn 
{
	float: right; 
	color: white; 
    background-color: #9A1800;
	font-size: 16px;  
	font-weight: bold;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px #5C5C5C;
    box-shadow: 0px 0px #5C5C5C;
    z-index = 999999;
}
.close-btn:hover 
{
  color: black;
}

@-webkit-keyframes animatetop 
{
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop 
{
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

</style>