.success {
font-size: small;
color: green;
font-weight: bold;
font-family: arial;
}

.error {
font-size: small;
color: red;
font-weight: bold;
font-family: arial;
}

.notify:first-child {
padding: 10px 12px 0px 12px;
margin: 0;
}

.notify {
font-size: 14px;
margin: 10px 0;
padding: 10px 12px;
}

.notify > img, .notify > span {
vertical-align: middle;
}

.section {
border: 1px solid #e8e8e8;
border-radius: 12px;
margin: 20px;
padding: 10px 12px;
width: 790px;
}

h2 {
color: #A58500;
color: black;
font-size: 17.5px;
padding: 0 0 0.5em;
margin: 0;
}

.boards.history .odd, .boards.pms .odd, .boards.favorites .odd, .boards.friends .odd, .section .odd, .threads .thread.odd {
background: #f6f6f5;
border: 1px solid #fff;
}

.boards.history .even, .boards.pms .even, .boards.favorites .even, .boards.friends .even, .section .even, .threads .thread.even {
background: #fbfbfb;
border: 1px solid #fff;
}

.section .board > .title {
width: 500px;
padding: 10px;
}

.section .board .title a.title {
font-weight: bold;
display: block;
}

.section .board .postings {
width: 70px;
text-align: right;
}

.section .board > div {
display: inline-block;
vertical-align: middle;
}

.section .board .timestamp {
text-align: right;
width: 160px;
}

.section .board .timestamp {
text-align: right;
width: 160px;
}

a.btn, button.btn, input.btn {
display: inline-block;
text-decoration: none;
margin: 0;
padding: .3em .6em;
color: #000 !important;
font-family: Verdana, Arial, Sans-serif;
cursor: pointer;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding;
background: -moz-linear-gradient(top, rgba(252, 243, 194, 1) 0%, rgba(255, 255, 255, 0) 70%);
background: -ms-linear-gradient(top, rgba(252, 243, 194, 1) 0%, rgba(255, 255, 255, 0) 70%);
background: linear-gradient(to bottom, rgba(252, 243, 194, 1) 0%, rgba(255, 255, 255, 0) 70%);
background-repeat: repeat-x;
border-width: 1px;
border-style: solid;
border-color: #E0E0E0 #C0C0C0 #C0C0C0 #E0E0E0;
background-color: #ECE2C6;
vertical-align: baseline;
font-weight: normal;
overflow: visible;
}

button {
font-weight: bold;
padding: 0.25em;
cursor: pointer;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.form {
padding: 10px 20px;
}

#trending {
width: 790px;
/*
margin: 20px;
padding: 10px 12px;
*/
display: flex;
flex: 1;
justify-items: center;
overflow: hidden;
}

.poster {
display: inline-block;
margin-right: 5px;
}

.poster > img {
height: 200px;
}
