main {
    margin: 20px;
}

#search, .spotting_search {
    padding: 5px;
    font-size: 1.2em;
    width: 80%;
    margin: auto;
}

.user-list {
    font-size: 1.2em;
    font-weight: bold;;
    list-style-type: none;
    margin-bottom: 20px;
}
.person-list {
    font-size: medium;
    font-weight: normal;
    margin-bottom: 10px;
}
.button {
    display: block;
    background-color: rgb(4, 100, 7);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin-top: 3px;
}
.new-spot-form {
    margin-top: 50px;
}
.list-highlight {
    text-decoration: underline;
    color: darkgreen;
}

.hidden {
	display: none;
}
