﻿pre {
    white-space: pre-wrap;
    font-family:Verdana,sans-serif;
    font-size:15px;
    line-height:1.5;
    color: #ddc66b;
    background-color: #2c668a;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 0;
    overflow: hidden; /*  Disable scrollbars */
    display: block; /* No floating content on sides */
    background-color: #ebeef0;
}

header {
    color:white;
    text-align:center;
    padding:0px;
}
h1{font-size:36px}
h2{font-size:30px}
h3{font-size:24px}
h4{font-size:20px}
h5{font-size:18px}
h6{font-size:16px}

h1,h2,h3,h4,h5,h6{
    font-family:"Segoe UI",Arial,sans-serif;
    font-weight:400;
    margin:10px 0
}

h1 {
    text-align:center;
    height:auto;
    width:100%;
}

nav {
    line-height:30px;
     height:auto;
    width:200px;
     float:left;
     padding:0px; 

}
section {
    width:350px;
    float:left;
     padding:10px; 
}

aside {
    width:300px;
    float:right;
     padding:0px;
     text-align:left;
}
footer {
    background-color:black;
     color:white;
    clear:both;
    text-align:center;
    padding:5px; 
}

.bigbutton{
    background-color: #012650;
    /*
    background: transparent url('Images/Draughts.png');
    background-repeat: no-repeat;
    background-size: cover;*/
    width: 8em;
    height: 8em;
    color: rgb(255, 255, 255);
    text-align: right;
    vertical-align: text-bottom;
    font-weight:400;
    text-shadow: 2px 2px 5px rgb(3, 8, 75);
}

.container{
    padding:0.01em 16px;
}

.h1container{
    padding:0.01em 16px;
    background-color: #012650;
    color: rgb(240, 240, 240);
}

.h2container{
    padding:0.01em 16px;
    color: rgb(8, 8, 8);
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding: 10%; /* 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.7); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed;
  top: 25%;
  background-color: #ececec;
  width: 80%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #012650;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #012650;
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {top: 100%; opacity: 0} 
  to {top: 25%; opacity: 1}
}

@keyframes slideIn {
  from {top: 100%; opacity: 0}
  to {top: 25%; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

.multiplayer-table {
    font-family:Verdana,sans-serif;
    border-collapse: collapse;
    width: 100%;
}
  
.multiplayer-table td, .multiplayer-table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.multiplayer-table tr:nth-child(even){
    background-color: #f2f2f2;
}

.multiplayer-table tr:hover {
    background-color: #ddd;
}

.multiplayer-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #012650;
    color: white;
    font-weight: 400;
}