button{
	 -webkit-transition: none !important;
	 transition: none !important;
	 background: #00bdf1 !important;
}

#content {
	width: 100% !important;
    padding: 0 !important;
    border-right: 0px !important;
}

h4{
	margin-bottom: 0 !important;
}

.form {
	height: auto;
}

.big_title{
	color: #0eafd6;
}

.title_font {
	font-size: 15px;
	font-family: 'tradegothic_condensed',arial;
	display: block;
}

.name {
	width: 80%;
}

.block
{
	float: left;
	margin-bottom: 25px;
	text-align: center;
}

.button_save {
  -webkit-transition: none !important;
  transition: none !important;
  background: #00bdf1 !important;
  text-decoration: none;
  color: white !important;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #f89735;
  border-right: 1px solid #f89735;
  border-bottom: 1px solid #f89735;
  border-left: 1px solid #f89735;
  background-image: none;
  width: 45% !important;
  border-radius: 5px;
  margin:auto;
  display: block;
  clear: left;
  margin-bottom: 20px;
}

@media only screen and (min-width: 569px)
{
	.block
	{
		width: 25%;
	}
}

@media only screen and (max-width: 568px)
{
	.block
	{
		width: 100%;
	}
}
