* {
margin:0;
}
h1 a{
    color:#1E90FF;
    text-decoration: none;
}
h5 a:link, a:visited {
    color:#1E90FF;
    text-align: left;
    text-decoration: none;
    display: inline-block;
}

h5 a:hover, a:active {
    color: grey;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
}

.button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #3399ff;
}

.button1:hover {
    background-color: #3399ff;
    color: white;
}
.button1:hover img  {
    filter:invert(100%);
}

.button2 {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}

.button2:hover {
    background-color: #008CBA;
    color: white;
}
.button2:hover img  {
    filter:invert(100%);
}

.button3 {
    background-color: white; 
    color: black; 
    border: 2px solid #f44336;
}

.button3:hover {
    background-color: #f44336;
    color: white;
}
.button3:hover img  {
    filter:invert(100%);
}

/* Style the tab Verticalal*/
.tab2 {
    float: left;
    border: none;
    background-color: #f1f1f1;
    width: 20%;
    height: 550px;
}

/* Style the buttons inside the tab */
.tab2 button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab2 button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab2 button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcont {
    float: left;
    padding: 0px 12px;
    border: none;
    width: 75%;
    border-left: none;
    height: 550px;
    overflow:auto;
}


/* Style the tab Horozontal*/
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #cce6ff;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #99ccff;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #66b3ff;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    text-align: justify;
    text-justify: inter-word;
//    height: 550px;
    overflow:auto;
}
.tabcontent li a:link, li a:visited {
    color:#1E90FF;
    text-align: left;
    text-decoration: none;
    display: inline-block;
}
.tabcontent a:hover, a:active {
    color: grey;
}
.grayscale {-webkit-filter: grayscale(100%);filter: grayscale(100%);}




.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #1E90FF;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

a.tooltips {
  border-bottom: 1px dotted #1E90FF;
  color: #1E90FF; outline: none;
  cursor: help; text-decoration: none;
  position: relative;
}
a.tooltips span {
  margin-left: -999em;
  position: absolute;
}
a.tooltips:hover span {
  font-family: courier;
  position: absolute;
  color: #232323;
  top: -2em;
  z-index: 99;
  margin-left: 0;
  width: 140px;
  border-radius: 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

}

table { border: none; border-collapse: collapse;padding:5px; }
table#t01 td:first-child { border-left: none; text-align:right;}
table#t01 td { border-left: 2px solid #B0B0B0;border-top: 2px solid #B0B0B0;padding:10px 40px; }
table#t04 td:first-child { border-left: none; text-align:right;}
table#t04 td { border-left: 2px solid #BBBFBF;border-top: 2px solid #B0B0B0;padding:5px 17px; }
table#t02 td:first-child { border-left: none; }
table#t02 td { border-left: 2px solid #BBBFBF;border-top: 2px solid #B0B0B0;padding:6px 0px;}
table#t02 input{border:0px;padding:0px;text-align: center;}
textarea {
    font-size: 18px;
    font-family: courier;
}

textarea,input[type=text],[type=email] {
    width: 100%;
    padding: 6px 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    resize: none;
}

textarea:focus,input[type=text]:focus,[type=email]:focus {
    border: 2px solid #555;
}

