﻿@charset "UTF-8";

#top {
	height: 190px;
	background-color: #424240;
	margin-bottom: 90px;
}

.btn-primary {
  color: #fff;
  background-color: #7d9fa8;
  border-color: #357ebd;
  float: right;
}

.registration {
	position: relative;
	top: -250px;	
}

.container{
	width: 980px;
	padding-right: 15px;
    padding-left: 15px;
}

.row {
  margin-bottom: 20px;
}
.row .row {
  margin-top: 10px;
  margin-bottom: 0;
}
