
/*for significant differences between center and right container*/
/*.center .profile_matches {}
.content_right .profile_matches {}*/
li.match {
    display : block;
    margin : 5px;
    border-bottom: 1px solid orange;
}
li.match img {
    margin: 10px 0;
}
li.match > * {
    float : left;
}
li.match a > * {
    float : left;
}
li.match a {
    position: relative;
    top: 10px;
    left: 10px;
}
li.match .date_coupled {
    clear : left;
}
.component.community li.match .actions {
    position: relative;
    top: 20px;
    left: 10px;
}

.component.community h3 {
    background: #F2F2F2;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    display: block;
    font-size: 1.2em;
    padding: 5px 2px;
    margin-bottom: 5px;
}
.component.community h1, .component.community h2, .component.community h3 {
    color: #7F4F00;
    border-color: #F29400;
}
