@charset "UTF-8";

/* CSS reset file */

* {
margin: 0;
padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, tochen, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
font: inherit;
vertical-align:baseline;
background:transparent;
}
body {line-height:1;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
tochen, header, hgroup, menu, nav, section {
	display: block;
}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
:focus {outline:0;}
ins {text-decoration:none}
del {text-decoration:line-through}
table {}
a: focus {outline: 0;}
::selection {text-shadow: none; background: #909090; color: #fff;}
.clear {margin: 0; padding: 0; clear: both; overflow: hidden; width: 0;}

.clear {
clear: both;
}

/* CSS Resets */

body {
text-align: right;
color: #636363;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
margin: 0 ;
padding: 0;
font-size: 14px;
line-height: 1.7;
background: #cfffbf;
}

ul,p,dl,hr,h1,h2,h3,h4,h5,h6,pre,table,address,fieldset, blockquote {
margin-bottom: 20px;
}

a {
text-decoration: none;
color: #a2a2a2;
}

a:hover {
border-bottom: 1px dotted #a2a2a2;
}

.clear {
clear: both !important;
font-size: 0 !important;
height: 0 !important;
line-height: 0; !important;
width: 0 !important;
float: none !important;
}

hr {
border: none;
border-top: 1px solid rgba(0,0,0,1);
border-bottom: 1px solid rgba(255,255,255,0.1);
margin: 30px 0;
background: none;
height: 0;
}

/* Typography */

h1 {
text-align: center;
font-weight: bold;
color: #2d2d2d;
font-size: 1.6em;
font-weight: normal;
}

h2 {
color: #2d2d2d;
font-size: 1.3em;
font-weight: normal;
}

h3 {
color: #2d2d2d;
font-size: 1.1em;
font-weight: normal;
}

strong {
font-weight: bold;
}

.left {
float: left;
}

/* Styling */

#wrapper {
	max-width: 980px;
	margin: 20px auto;
}

header {
	padding: 20px;
	background: #f7f7f7;
	margin-bottom: 20px;
	border-radius: 5px;
}

header h1 {
	margin-bottom: 0;
}

section {
	float: left;
	width: 600px;
	padding: 20px;
	margin-right: 20px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
}

aside {
	float: left;	
	width: 280px;
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
}

aside h3 {
	margin: 20px 0 10px;
}

tochen {
	padding: 20px;
	background: #f7f7f7;
	margin-bottom: 10px;
	border-radius: 5px;
}














 select {
        margin-bottom: 20px;
margin-top: 10px;
width:100%;
padding: 15px;
border-radius:5px;
border:1px solid #7ac9b7;
    }
    input[type=text], input[type=password], input[type=email] {
margin-bottom: 20px;
margin-top: 10px;
width:100%;
padding: 15px;
border-radius:5px;
border:1px solid #7ac9b7;
}
 input[type=submit]
{
margin-bottom: 20px;
width:100%;
padding: 15px;
border-radius:5px;
border:1px solid #7ac9b7;
background-color: #4180C5;
color: aliceblue;
font-size:15px;
cursor:pointer;
}
#submit:hover
{
background-color: black;
}
textarea{
width:100%;
padding: 15px;
margin-top: 10px;
border:1px solid #7ac9b7;
border-radius:5px;
margin-bottom: 20px;
resize:none;
}
input[type=text]:focus,textarea:focus {
border-color: #4697e4;
}




/* 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: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border-color: #f2f2f2 ;
    font-size: 16px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
    border-bottom: 0px dotted #a2a2a2;


}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}
