/* CSS Document */

body
{
background-color:#efefef;
}
.nav
{
margin-top:40px;
margin-left:15px;
border-bottom:1px solid grey;
}
.active 
{
background-color:#FF0000;
color:#FFFFFF;
}

.nav a
{
float:left;
text-decoration:none;
padding:16px 25px;
font-weight:bold;
color:#000000;
border-left:1px solid white;
border-right:1px solid white;
}

.nav a:hover
{
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
background-color:#FF0000;
color:#FFFFFF;
}


.table
{
box-shadow: 0 0 1px 2px #ccc;
}

.table tr
{
box-shadow: 0 8px 8px 0 rgba(0,0,0,0.10),0 6px 10px 0 rgba(0,0,0,0.19);
margin-bottom:5px;
border-bottom:3px solid #FC0;
}

.button1
{
background-color:#FF0000; /* Green */
border: none;
color: white;
padding: 8px 14px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 1px 1px;
border-radius:5px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
width:100px;
position:inherit;
box-shadow: 0px 10px 14px -7px #979697;
}

.button1:hover
{
background-color: white; 
color: black; 
border: 2px solid #FF0000;
}

.button2
{
background-color:#0099FF; /* Green */
border: none;
color: white;
padding: 8px 14px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 1px 1px;
border-radius:5px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
width:100px;
position:inherit;
box-shadow: 0px 10px 14px -7px #979697;
}

.button2:hover
{
background-color: white; 
color: black; 
border: 2px solid #0099FF;
}

h5
{
background-color:#0099FF;
color:#FFFFFF;
padding:10px;
text-align:center;
font-size:20px;
margin-top:20px;
}

.thumbnail
{
box-shadow: 0 8px 8px 0 rgba(0,0,0,0.10),0 6px 10px 0 rgba(0,0,0,0.19);
margin-top:20px;
}


.button
{
background-color:#0099FF; 
border: none;
color: white;
padding:10px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 18px;
margin: 1px 1px;
border-radius:5px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
width:180px;
margin-left:30px;
margin-top:15px;
margin-bottom:20px;
position:inherit;
box-shadow: 0px 10px 14px -7px #979697;
}

.button:hover
{
background-color: white; 
color: black; 
border: 2px solid #0099FF;
}

.aside_list
{
box-shadow: 0 8px 8px 0 rgba(0,0,0,0.10),0 6px 10px 0 rgba(0,0,0,0.19);
width:260px;
overflow:hidden;
border-radius:3px;
margin-bottom:20px;
}
.aside_list a
{
border-bottom:1px dotted;
padding:10px;
display:block;
color:#000000;
text-decoration:none;
font-size:15px;
font-weight:bold;
}
.aside_list a:hover
{
background-color:#FF0000;
color:#ffffff;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
