form {
    padding: 6px;
    margin: 5px 10px 30px 10px;
    width: 612px;
}

form .form_heading {
    display: block;
}

form>* {
    margin: 3px 0 3px;
}

textarea {
    display: block;
    height: 60px;
    width: 600px;
    resize: none;
}

#main h1:hover {
    background-color: #222;
    cursor: pointer;
}

h2 {
    color: green;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

hr {
    border-color: green;
}

.blog_suggestion {
    padding: 0 0 5px;
    border: 1px solid #333;
    margin-bottom: 20px;
    margin-left: 10px;
    width: 612px;
    background-color: #111;
}

.blog_suggestion>div {
    padding-left: 10px;
}

.suggestion_name {
    color: black;
    background-color: #666;
    font-weight: 600;
    padding: 3px;
}

.suggestion_date {
    color: #888;
    font-size: 0.8em;
    margin-top:3px;
    padding-right: 3px;
    text-align: right;
}

.suggestion_text {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.suggestion_link {
    color: #44F;
    text-align: right;
    margin: 5px;
    margin-bottom: 0;
}

#add_suggestion_heading {
    margin: 1em 0 2em;
    padding: 0.5em;
    border: 2px outset white;
    max-width: 200px;
    text-align: center;
}

#add_suggestion_heading:hover {
    background-color: white;
    color: black;
    cursor: pointer;
    border: 2px inset white;
}