a:link {
    text-decoration: none;
    color: black;
}
a:visited {
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: none;
    color: black;
}
a:active {
    text-decoration: none;
    color: black;
}
.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}
body {
    margin: 0;
    font-family: Arial
}
.topnav {
    overflow: hidden;
    background-color: #333;
}
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 21px 21px;
    text-decoration: none;
    font-size: 17px;
}
.active {
    background-color: #1e5d8b;
    color: #f2f2f2;
}
.topnav .icon {
    display: none;
}
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: #f2f2f2;
    padding: 21px 21px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.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: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
}
.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}
.dropdown:hover .dropdown-content {
    display: block;
}
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .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;
    }
}
input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], input[type=time], input[type=date], input[type=submit], input[type=search], input[type=file], button[type=submit], input[type=number], select[type=select] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin: auto;
    width: 90%;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    border: 1px solid #bbb;
}
.text_buttom {
    font-family: sans-serif;
    font-size: 15px;
    background: #FFFFFF;
    color: #000000;
    border: #737373 1px solid;
}
select[name=myselect] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin: auto;
    width: 90%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #bbb;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin: auto;
    width: 90%;
    min-height: 40px;
    line-height: 40px;
    font-size: 17px;
    border: 1px solid #bbb;
}
label[for=label], label[for=text], label[for=website], label[for=tel], label[for=email], label[for=password], label[for=password], label[for=time], label[for=date], label[for=submit], label[for=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin: auto;
    width: 90%;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-size: .85em;
    letter-spacing: .1em;
    font-weight: bold;
    text-transform: uppercase;
}
label[for=navi1] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin: auto;
	width: 90%;
}
label[for=navi2] {
    -webkit-appearance: none;
    -moz-appearance: none;
	float: left;
    display: block;
    margin: auto;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-size: .85em;
    letter-spacing: .1em;
    font-weight: bold;
    text-transform: uppercase;
	text-align: right;
}
label[for=navi3] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin: auto;
     height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-size: .85em;
    letter-spacing: .1em;
    font-weight: bold;
    text-transform: uppercase;
	text-align: right;
	vertical-align: middle;
}
label[for=limit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin: auto;
    width: 90%;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-size: .85em;
    letter-spacing: .1em;
    font-weight: bold;
    text-transform: uppercase;
	text-align: right;
}
label[for=labelerror] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin: auto;
    color: FF0000;
    width: 90%;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-size: .85em;
    letter-spacing: .1em;
    font-weight: bold;
    text-transform: uppercase;
}
/* CSS Document */
body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
}
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: auto;
    padding: 0;
    width: 90%;
    table-layout: fixed;
}
table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}
table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}
table th, table td {
    padding: .625em;
}
table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}
@media screen and (max-width: 600px) {
    table {
        border: 0;
    }
    table caption {
        font-size: 1.3em;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table td:last-child {
        border-bottom: 0;
    }
    select[type=select] {
        -webkit-appearance: none;
        -moz-appearance: none;
        display: block;
        margin: auto;
        width: 100%;
        height: 25px;
        line-height: 20px;
        font-size: 17px;
        border: 1px solid #bbb;
    }
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
	    margin: auto;
    width: 90%;
}

