.report, .featured {
    margin-bottom: 5px;
    padding: 5px;
}

.report {
    border: 1px solid #39c;
}

.featured {
    border: 1px solid #ef7600;
}

.thumbnail {
    width: 25%;
    float: left;
    margin-right: 5px;
}

.title {
    font-size: 150%;
}

ul.categories {
    list-style-position: inside;
}

ul.categories > li {
    float: left;
    margin-right: 15px;
}

.exposition {
    font-family: Verdana;
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}

.search-box > form {
    margin: 5px;
}

.search-box > a {
    display: block;
    margin: 5px;
}

.search-box input[value=Search] {
    display: inline;
}

.report > img {
    float: left;
    margin: 5px;
    max-width: 50%;
}

.report > h1 {
    color: #39c;
    text-align: center;
    border: none;
}

.report > .attachments {
    float: right;
    border: 1px solid #ef7600;
}

.report > .attachments > .title {
    background-color: #ef7600;
    color: #fff;
    text-align: center;
    font-size: 120%;
    padding: 3px;
}

.report > .attachments > a {
    display: block;
    margin-left: 2px;
}

.smaller {
    font-size: 80%;
}

textarea[name=bbcode] {
    width: 99%;
    height: 20em;
    margin-left: auto;
    margin-right: auto;
}