/* Content */

table.content {
    width:60%;
    margin:auto;
    margin-top:25px;
    border-collapse:collapse;
}

hr {
    border:1px solid silver;
}

/* About Section */
td#infobox {
    width:30%;
    background-color:teal;
    color:white;
    padding:3px;
    text-align:center;
    vertical-align:top;
}

td#text {
    width:70%;
    padding:3px;
    border-right:3px solid teal;
}

/* Banners Section */
td.BannerInfo {
    background-color:teal;
    color:white;
    text-align:center;
}

p#bcode{
    font-family:mono;
}

/* Feedback section */
table#FeedbackForm {
    width:50%;
    margin:auto;
    margin-top:25px;
    border-top:2px solid teal;
    border-bottom:2px solid teal;
    border-collapse:collapse;
}

td#FeedbackInfo {
    background-color:teal;
    color:white;
    padding:5px;
}

hr.YellowLine {
    border:1px solid yellow;
}
