body {
	width :100%;
	height : 100%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	color:black;
	margin: 0 auto;
}

body > header {
	//border: 1px solid red;
    color: black;
    padding: 15px;
	text-align : center;
} 

body > section {
	//border: 1px solid orange;
	//text-align : center;
}

footer {
    background-color: #03a47a;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
	margin-top:100px;
}

a {
	text-decoration:none;
	color :#337ab7;
	text-decoration :bold;
}

a:hover {
	text-decoration:none !important;
}

h2 {
	margin-top: 60px !important;
}

.lelabo {
	height:25%;
	width :25%;
}

.login {
	//border: 1px solid green;
	//text-align : center;
	width: 39%;
}

.login h1 {
	font-size:1.5em; 	
}

.biginput {
    width: 100%;
    padding: 10px 15px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	background-color: white;
}

.bigdate {
    padding: 10px 15px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	background-color: white;
}

.bigsubmit {
    width: 100%;
    background-color: #03a47a;
    color: white;
    padding: 14px 15px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button {
    width: 40%;
    background-color: #03a47a;
    color: white;
    padding: 14px 15px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.login input[type=submit]:hover {
    background-color: #0B5E2C;
}

.homebutton {
	display:inline-block;
	padding: 20px 25px;
	font-size: 18px;
	text-align:center;
	line-height: 1.3333333;
	border-radius: 6px;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	width : 300px;
}

.actionbutton {
	display:inline-block;
	padding: 5px 7px;
	font-size: 18px;
	text-align:center;
	line-height: 1.3333333;
	border-radius: 6px;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	min-width : 120px;
}

.tableSection {
	margin-top: 50px;
}

.add_tag_input {
	width: 50px !important;
}

.add_tag_link {
	margin-top: 30px;
	margin-bottom: 50px;
	width: 200px;
	color: #FFFFFF;
}
