.header {
    position: relative;
    margin-bottom: 30px;
    padding: 0;
    border-bottom: 1px solid #777;
}

.header h2 {
    margin:0;
}

.header h2 img.logo {
    vertical-align: -20px;
}

.contacts .well-sm {
    margin-bottom: 30px;
    width: 255px;
    height: 124px;
}

.contacts .well-sm h4 {
    display: block;
    height: 44px;
}

.contacts a .well, .contacts h4 a {
    color: black;
}

form textarea.form-control {
    height: 70px;
}

form .buttons {
    margin-top: 10px;
}

.view {
    width: 440px;
}

a.tag {
    margin: 3px;
}

.btn-group.actions.view {
    margin-bottom: 10px;
}

div.view-entry {
    margin: 5px;
}

div.center-block.paginator {
    display:inline-block
}

form {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}
