/* .center { for class="centre" */
/* centre for <centre> */
/* p.centre     <p> elements with class="center" will be center-aligned: */


html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: table;
}

/* This ok 01.11.2016 12:40 */
/* Was ok with lnwr_header, .lnwr_main, lnwr_footer remove . from .lnwr_main */
lnwr_header, lnwr_main, lnwr_footer {
  display: table-row;
  width: 100%;
  background: grey;
}

/* This ok 01.11.2016 12:40 */
/* .lnwr_main { -> lnwr_main {*/
lnwr_main {
  height: 100%;
  background: white;
}


.full_wrapper {
    
    /*background: rgba(51,51,51,0.7);*/
    background-color: white;
    z-index: 10;
}


.top_boxes {
  display: inline-block;
  width: 100%;
  font-size: small;
  vertical-align:top;
  margin-bottom:0;
  padding:0;
  
}

ul.square {
 list-style-type: square;
}

#leftBox {
  float: left;
}
#rightBox {
  float: right;
}

.float_Centerer {
    float:left; 
    overflow: hidden;    
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:0;
    padding:0;
}


.float_Centerer_save {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:0;
}
.float_Centered
{
    display: inline-block;
    vertical-align: middle;
}

.lnwr_bottom_navbar {
line-height: 50%;
vertical-align:bottom;
width:100%;
padding:0;
}



.navbar {
    width: 100%;
    margin-left: auto ;
    margin-right: auto ;
    background-color: #ABCDEF;
    position:relative; 
    bottom:0; 
}
.navbar ul {
    list-style-type: none; /*to remove bullets*/
    text-align: center;
    padding: 0px;
    zoom:1;
    position:relative; 
    bottom:0; 
}
.navbar li{
    display:inline-block;
}

.intext_link {
    color:darkblue;
    font-size: large;
}

.med_intext_link {
    color:darkblue;
    font-size: medium;
}

.lnwr_table {
     margin: auto;    
}

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

div.Guide dt{
	font-family: "Palatino Linotype","Georgia", serif;
	font-size: large;
        font-weight: bold;
	/*color: #000066;*/
	/*background-color: #99CCFF;*/
	text-indent: 0px;
        display:inline-block;        
}
div.Guide dd{
	font-family: Verdana, sans-serif;
        font-size: medium;
	text-align: justify;
	margin-top: 0;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 10%;
}

/* Style the Image Used to Trigger the Modal */
#myImg {

    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: transparent; /*rgb(0,0,0);  Fallback color */
    /*background-color: rgba(0,0,0,0.9);  Black w/ opacity */
}


/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
 */
/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.image_pair{
max-width:45%;
clear:both;
display: block; 
margin: auto;
}

.mystery_name{
	background-color: gray;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	padding: 3px;
}
.mystery_comment{
	text-indent: 0px;
	padding: 3px;
}



#imgdesktop {display:block;}
#imgmobile {display:none}

@media all and (max-device-width: 499px) {
    #imgdesktop {display: none;}
    #imgmobile {display: block;}
}


/* Temp swapped for test 
#imgmobile {display:block;}
#imgdesktop {display:none}

@media all and (max-device-width: 499px) {
    #imgdesktop {display: none;}
    #imgmobile {display: block;}
}
*/

a{
	
}
a.diag {
  font-weight: bold;
}

lnwr_text_input {
    
    
    
    
}

div.PicGrid table{
	border-collapse:collapse;
	border-style:none;
}
div.PicGrid table td{
	padding:0;
	margin:0;
}
/*
#thumbwrap {
	position:relative;
	margin:75px auto;
	width:252px; height:252px;
}
.thumb img { 
	border:1px solid #000;
	margin:3px;
	float:left;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover, .thumb:hover span { 
	visibility:visible;
	top:20%; left:-250px; 
	z-index:1;
}

*/
#thumbwrap {
	margin:75px auto;
	width:252px; height:252px;
}
.thumb {
	float:left; /* must be floated for same cross browser position of larger image */
	position:relative;
	margin:3px;
}
.thumb img { 
	border:1px solid #000;
	vertical-align:bottom;
}
.thumb:hover {
	border:0; /* IE6 needs this to show large image */
	z-index:1;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover span { 
	visibility:visible;
	
        vertical-align:central;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*top:30%; left:20%; 
*/	
.otherthumb:hover span { 
	visibility:visible;
	
        vertical-align:central;
  margin: 0;
}



@media all and (min-width: 600px) {
    .deskContent {display:block;}
    .phoneContent {display:none;}
}

@media all and (max-width: 600px) {
    .deskContent {display:none;}
    .phoneContent {display:block;}
  }

  
@media all and (min-width: 600px) {
  .topnav {display:none;}
}
        
 /* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.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;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}



/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
} 

#myImg {

    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: transparent; /*rgb(0,0,0);  Fallback color */
    /*background-color: rgba(0,0,0,0.9);  Black w/ opacity */
}


/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
