div.content {
	max-width: 400px;
	margin: auto;
	border-style:solid;
	border-color: #007174;
	border-radius: 20px;
}

div.vertical-menu {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.vertical-menu a{
  background-color: #007174;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
  display: block;
  padding: 12px;
  text-decoration: none;
  text-align: center;
}

.vertical-menu a:hover {
  background-color: #5D9D9D;
}

.vertical-menu a.active {
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #007174;
  text-align: center;  
}

img.logo-site{
	display: block;
	margin-left:auto;
	margin-right: auto;
	width:260px;
}

img.logo-meditrain{
	display: block;
	height: 15px;
}

p.created-text{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #007174;
}

