.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding:10px;
  margin-bottom:10px;
}
.error {
  border-color: red;
}
.menu_to_top {
	position:fixed !important;
	top:0 !important;
	z-index:999 !important;
	width:100% !important;
}
.address-bar h1 {
	font-size: 14px;
}
@media screen and (max-width:768px) {
	.box h3 {font-size:14px;}
}