/*
Title       : Guestbook Stylesheet
Creation    : Aug 10, 23
*/

form {
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrap {
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    align-items: center;
}

input[type="text"] {
    width: 50%;
    margin: 1%;
}

input[type="submit"] {
    width: auto;
    margin: 1%;
}

.formline {
    width: 40%;
    height: auto;
    text-align: right;
    padding-right: 2%;
}

.visitor {
    width: 100%;
    height: auto;
    word-wrap:break-word
}

.author {
    font-size: small;
}

hr {
    height:1px !important;
    width: 100% !important;
    border-width: 1px !important;
    color:black !important;
    background-color:black !important;
    border-style: none !important;
}

#comments:nth-child(n+10) {
    text-align: right;
}

.date {
    font-size: small;
    text-align: right;
}