    ul#navigation {
        margin: 0px;
        padding: 20px;
        list-style-type: none;
	position: fixed;
	width: 20%;
	height: 85%;
	overflow: scroll;
   }

    ul#navigation li {
        padding: 0px;
        margin: 3px;
    }

    ul#navigation li a:link {
        display: block;
        border: 1px solid #000;
        background-color: #00FFCC;
        padding: 6px;
        color: #000;
        font-family: 'Raleway', sans-serif;
        text-decoration: none;
        font-weight: bold;
    }

    ul#navigation li a:hover {
        display: block;
        border: 1px solid #54993f;
        background-color: #727165;
        color: #fff;
    }

.container {
    margin-left:25%;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding: 30px;
}
h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
table {
    caption-side: top;
}
th{
    text-align: left;
}
table,
th,
td {
    border: 1px solid;
    border-collapse: collapse;
}
.container p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.regisFrm input[type="text"], .regisFrm input[type="email"], .regisFrm input[type="password"] {
    width: 94.5%;
    padding: 10px;
    margin: 10px 0;
    outline: none;
    color: #000;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.send-button {
    text-align: center;
    margin-top: 20px;
}
.send-button input[type="submit"] {
    padding: 10px 0;
    width: 60%;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: none;
    outline: none;
    color: #FFF;
    background-color: #2196F3;
    cursor: pointer;
}
.send-button input[type="submit"]:hover {
    background-color: #055d54;
}
p.success{color:#34A853;}
p.error{color:#EA4335;}


