.curly {
   margin-right: 10px;
   margin-bottom: 6px;
}

.logo {
   width: 75px;
   margin-top: 20px;
}

.page-header h1, .page-header h2 {
    display: inline;
}

#profile-detail {
   border-width: 1px 0;
}

#profile-detail .form-control[disabled] {
   cursor: auto;
}

.well .row {
   margin: 0;
}

.error {
   color: red;
}

.policy {
    margin-left: 30px;
}

.btn.green {
    background-color: lawngreen;
}

.no-margin {
    margin: 0;
}

.event-panel {
    padding: 10px;
}

.event-image {
    width: 100%;
}

.event-title {
    border-style: none solid solid solid;
    border-width: 2px;
    border-color: #eeeeee;
    margin: 0;
    padding: 7pt;
}

.section-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.autocomplete-suggestions {
    background-color: white;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
}

.autocomplete-suggestion {
    padding: 6px 12px;
}

#currentEvent {
    display: inline;
}

#policy-event h4 {
    display: inline;
}

#policy-event select {
    display: inline;
    width: 160px;
}

#policy-event .btn {
    margin-top: 8px;
}

#filter-event {
    width: 160px;
    display: inline;
    margin-left: 15px;
}