/* ==================== */
/* = Sections/Layouts = */
/* ==================== */
/* Popup */
.profile-popup {
    background: #f0f0f0;
}
.profile-popup #header {
    background: #000;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    color: #fff;
    height: 30px;
    margin-bottom: 35px;
    padding: 5px;
}
.profile-popup #header .btn-link {
    padding: 4px 8px;
}
.profile-popup #main_content {
    min-height: 0;
}
.profile-popup h2 .btn {
    font-size: 12px;
}
.profile-popup #main_content hr {
    border-color: #ddd;
}
.profile-popup #main_content h3 {
    border: none;
    margin: 0;
    padding: 0;
}
/* Overrides for jQuery UI */
.profile-popup .ui-tabs .ui-tabs-nav li {
    margin-right: 5px !important;
}
.profile-popup .ui-tabs .ui-tabs-nav li a {
    border: 1px solid transparent;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    opacity: 1;
    text-transform: uppercase;
}
.profile-popup .ui-tabs .ui-tabs-nav li.ui-state-active a,
.profile-popup .ui-tabs .ui-tabs-nav li a:hover {
    background: #eee;
    border: 1px solid #ccc;
    color: #000;
}

/* Sidebar */
.profiles .profile-sidebar-header {
    margin-bottom: 10px;
    max-height: 300px;
    overflow: hidden;
}
.profiles .profile-sidebar-header a {
    display: block;
}

.profiles .profile-menu {
    background: #f6f6f6;
    padding: 20px 10px;
}

.profiles #left_sidebar .profile-menu ul#left_sub_nav {
    border-bottom: none;
    margin-top: 2em;
    padding: 0;
}
.profiles #left_sidebar ul#left_sub_nav li a,
.profiles #left_sidebar ul#left_sub_nav li button {
    padding-left: 0;
}
.profiles #left_sidebar ul#left_sub_nav li button {
    background: none;
    border: none;
    color: #069;
    outline: none;
    text-align: left;
    width: 100%;
}
.profiles #left_sidebar ul#left_sub_nav li button span {
    float: right;
    color: #999;
}
.profiles #left_sidebar ul#left_sub_nav li button:hover span {
    color: #069;
}

/* Main content */
.profiles .errorExplanation {
    padding: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #800;
    background-color: #c00;
    text-shadow: 1px 1px 0px #700;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    overflow: hidden;
}
.profiles .errorExplanation ul {
    margin: 0;
    padding-left: 25px;
    padding-right: 50px; /* Alert icon is floated right */
}
.profiles .errorExplanation li {
    list-style-type: circle;
}
.profiles #main_content .errorExplanation ul li:last-child {
    margin-bottom: 0;
}

.profiles .errorExplanation h2,
.profiles .errorExplanation p {
    display: none;
}

/* Profile page header (page title) */
.profiles .profile-page-header {
    border-bottom: 1px solid #aaa;
    margin-bottom: 25px;
}
.profiles .profile-page-header h2 {
    margin: 0;
    border: none;
}

/* Public profile */
.profile-with-right-sidebar #main.two_column {
    background: url("../images/bmx/site/threecol_bg.gif") repeat-y left top;
}
.public-profile #main.two_column #main_content {
    width: 740px;
    padding: 0;
}
.public-profile .public-profile-header,
.public-profile .public-profile-content {
    padding: 0 20px;
    overflow: hidden;
}

.public-profile .public-profile-header {
    background: #f6f6f6;
    padding-top: 35px;
    padding-bottom: 20px;
}
.profiles .public-profile-header h1 {
    margin-bottom: 5px;
}
.profiles .profile-labels .label {
    margin-right: 5px;
    margin-bottom: 8px;
}
.profiles .public-profile-header .follow-form {
    margin: 1em 0;
}
.profiles .profile-details {
    margin: 20px 0;
}
.profiles .profile-details dl:first-child {
    padding-right: 15px;
}

.public-profile .public-profile-content {
    padding-top: 20px;
    padding-bottom: 35px;
}
.profiles .public-profile-content h3:first-child {
    margin-top: 0;
}

.profile-with-right-sidebar .public-profile-content {
    width: 500px;
    float: left;
}
.profiles .public-profile-right-sidebar {
    width: 240px;
    float: left;
}

/* ========= */
/* = Lists = */
/* ========= */
/* Thumbnails */
.profiles .thumbnail {
    width: 100px;
    height: 100px;
    text-align: center;
}
.profiles .thumbnail img {
    max-width: 100%;
    max-height: 100%;
}

/* Thumbnail grid */
.profiles .thumbnails {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
.profiles #main_content .thumbnails li {
    float: left;
    margin: 3px;
    width: 108px;
    height: 108px;
}
.profiles .thumbnails .thumbnail {
    display: block;
    padding: 2px;
    background: #fff;
    border: 2px solid #fff;
}
.profiles .thumbnails .video .thumbnail {
    /*background: #000;*/
}
.profiles .thumbnails .thumbnail:hover {
    border: 2px solid #069;
}

/* Thumbnail grid with actions */
.profiles #main_content .action-thumbnails li {
    padding: 4px;
    border: 1px solid #eee;
    height: auto;
    width: 102px;
}
.profiles .action-thumbnails .thumbnail {
    border: none;
    margin-bottom: 4px;
    padding: 0;
}
.profiles .action-thumbnails .thumbnail:hover {
    border: none;
}

/* Thumbnail list with info */
.profiles #main_content .thumbnails-detailed li {
    min-height: 100px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
/*.profiles #main_content .thumbnails-detailed li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}*/
.profiles .thumbnails-detailed .thumbnail-image {
    position: absolute;
}
.profiles .thumbnails-detailed .thumbnail-image a {
    display: block;
    overflow: hidden;
}
.profiles .thumbnails-detailed .thumbnail-details {
    float: left;
    width: 100%;
    padding-left: 120px;
}
.profiles .thumbnails-detailed .thumbnail-details .truncate {
    padding-right: 20px;
}

.profiles .thumbnails-detailed .thumbnail-details-with-actions {
    width: 580px;
}
.profiles .thumbnails-detailed .thumbnail-actions {
    display: inline-block;
    text-align: right;
    width: 120px;
}

.profiles #main_content .tiny-thumbnails-detailed li {
    min-height: 48px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.profiles .tiny-thumbnails-detailed .thumbnail-image a {
    width: 48px;
    height: 48px;
}
.profiles .tiny-thumbnails-detailed .thumbnail-details {
    padding-left: 58px;
}

/* Tiny thumbnail */
.profiles .tiny-thumbnail {
    display: block;
    width: 48px;
    height: 48px;
    background: #fff;
    border: 2px solid #eee;
    overflow: hidden;
}

/* Followees widget */
.profiles .followees-widget ul {
    margin-top: 3px;
}
.profiles .followees-widget > a {
    padding: 10px 0px 7px;
    font-weight: bold;
    display: block;
}
.profiles .followees-widget li {
    margin: 0 4px 4px 0;
    float: left;
    overflow: hidden;
}
/*.profiles .followees-widget li:nth-child(4n) {
    margin-right: 0;
}*/
.profiles .followees-widget .no-margin-right {
    margin-right: 0;
}
/*.profiles .followees-widget li a:hover {
    border: 2px solid #069;
}*/

/* Posts */
.profiles #main_content .profile-posts li {
    margin-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
    margin-bottom: 1em;
}

.profiles .thumbnails-detailed .thumbnail-details p:last-child,
.profiles .profile-posts li p:last-child {
    margin-bottom: 0;
}

/* Details (dl) */
.profiles .public-profile-header dl {
    margin: 0;
}
.profiles dl {
    overflow: hidden;
}
.profiles dt {
    width: 30%;
    font-family: 'Grotesque-SemiBold', 'Helvetica', 'Arial', sans-serif;
    font-size: 1.4em;
    text-transform: uppercase;
    float: left;
    clear: left;
}
.profiles dd {
    width: 70%;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.3em;
    float: left;
}

/* Message list (Notifications) */
/* This styles the link, not the li */
.profiles #main_content .message-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.profiles #main_content .message-list li {
    margin-bottom: 8px;
}

/* Pagination */
.profiles .pagination {
    background: #eee;
    border-bottom: 1px solid #ccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    overflow: hidden;
    padding: 5px;
}
.profiles #main_content .pagination li {
    margin: 0;
    padding: 0;
}
.profiles #main_content .pagination li a {
    color: #888;
    display: inline-block;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 3px 8px;
    text-transform: uppercase;
}
.profiles #main_content .pagination li a:hover {
    color: #444;
    text-decoration: none;
}
.profiles #main_content .pagination li.unavailable a {
    color: #aaa;
    cursor: default;
    pointer-events: none;
}
.profiles #main_content .pagination li.current a {
    color: #d00;
}

/* ===================== */
/* = Links and Buttons = */
/* ===================== */
.profiles .btn:hover {
    opacity: 0.8;
}

.profiles .btn-small {
    font-weight: normal;
    padding: 3px 6px;
}
.profiles .btn-link {
    background: none;
    border: none;
    color: inherit;
    outline: none;
}

.profiles .btn-grey {
    background: #aaa;
}
.profiles .btn-red {
    background: #c00;
}

.profiles a.blue:hover,
.profiles a.btn:hover {
    text-decoration: none;
}
.profiles .unfollow:hover {
    background: #c00;
}

.profiles .label {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px;
    text-transform: uppercase;
}

.profiles .form-actions {
    margin: 15px 0;
}

/* ================ */
/* = Rider Plates = */
/* ================ */
.profiles .plate-wrapper {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    color: #fff;
}
.profiles a.plate-wrapper {
    color: #ff0;
}
.profiles .plate-wrapper [class*='plate'] {
    width: 70px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 5px;
    font-size: 1.7em;
    color: #000;
    background: url(../images/bmx/site/plates/dist.png) no-repeat; /* District plate is default plate */
}
.profiles .plate-wrapper .plate-nag,
.profiles .plate-wrapper .plate-cnag { background: url(../images/bmx/site/plates/nag.png) no-repeat; }
.profiles .plate-wrapper .plate-nat,
.profiles .plate-wrapper .plate-cnat { background: url(../images/bmx/site/plates/nat.png) no-repeat; color: #fff; }
.profiles .plate-wrapper .plate-gc { background: url(../images/bmx/site/plates/gc.png) no-repeat; }
.profiles .plate-wrapper .plate-roc { background: url(../images/bmx/site/plates/roc.png) no-repeat; color: #fff; }
.profiles .plate-wrapper .plate-st { background: url(../images/bmx/site/plates/state.png) no-repeat; color: #fff; }
.profiles .plate-wrapper .plate-st-exp,
.profiles .plate-wrapper .plate-st-cruiser { background: url(../images/bmx/site/plates/state_alt.png) no-repeat; color: #fff; }
.profiles .plate-wrapper .plate-view-more { background: url(../images/bmx/site/plates/view_more.png) no-repeat; }

.profiles .plate-wrapper .hover-details {
    padding: 10px 0;
    height: 100%;
}

.profiles #plate-list {
    color: #fff;
}
.profiles #plate-list .thumbnail {
    width: 70px;
    height: 70px;
}
.profiles #plate-list .thumbnail-details {
    padding-left: 90px;
}
.profiles #main_content #plate-list li {
    min-height: 70px;
}
.profiles #plate-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

/* =============== */
/* = Trophy Room = */
/* =============== */
.public-profile .trophy-room-padding {
    padding: 0 10px 10px;
}
#trophy-room {
    background: url(../images/bmx/site/trophy_room/background.png) repeat-y;
    padding: 0 10px 30px;
}
.trophy-room-header {
    padding: 15px 0;
    text-align: center;
}
    .trophy-room-header span {
        font-size: 2em;
        color: #fff;
    }
    .trophy-room-header a {
        padding: 5px 10px;
        font-size: 1.2em;
        color: #ff0;
        background: #000;
        background: rgba(0, 0, 0, 0.5)
    }
    .trophy-room-header a:hover {
        text-decoration: none;
    }
.trophy-room-top-shelf {
    background: url(../images/bmx/site/trophy_room/top-shelf.png);
    height: 17px;
}
.trophy-room-shelf {
    background: url(../images/bmx/site/trophy_room/shelf.png);
    height: 240px;
    position: relative;
}
.trophy-room-placard {
    bottom: 0;
    height: 20px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 460px;
}
    .trophy-room-placard span {
        background: url(../images/bmx/site/trophy_room/placard.png);
        color: #2a2a2a;
        display: inline-block;
        font-size: 1.1em;
        padding: 3px 12px;
        text-transform: uppercase;
    }
.trophy-room-trophy {
    height: 220px;
    text-align: center;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.trophy-room-trophy .hover-details {
    height: 100%;
    padding: 0 5px;
}
#trophy-room .trophy-room-trophy .hover-details p {
    display: table-cell;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    vertical-align: middle;
}
/*    .trophy-room-trophy:hover .hover-details {
        visibility: visible;
    }*/

.trophy_single_1 { background-image: url(../images/bmx/site/trophy_room/trophy_single_1.png); }
.trophy_single_2 { background-image: url(../images/bmx/site/trophy_room/trophy_single_2.png); }
.trophy_single_3 { background-image: url(../images/bmx/site/trophy_room/trophy_single_3.png); }
.trophy_single_4 { background-image: url(../images/bmx/site/trophy_room/trophy_single_4.png); }
.trophy_single_5 { background-image: url(../images/bmx/site/trophy_room/trophy_single_5.png); }
.trophy_single_6 { background-image: url(../images/bmx/site/trophy_room/trophy_single_6.png); }
.trophy_single_7 { background-image: url(../images/bmx/site/trophy_room/trophy_single_7.png); }
.trophy_single_8 { background-image: url(../images/bmx/site/trophy_room/trophy_single_8.png); }

.trophy_double_1 { background-image: url(../images/bmx/site/trophy_room/trophy_double_1.png); }
.trophy_double_2 { background-image: url(../images/bmx/site/trophy_room/trophy_double_2.png); }
.trophy_double_3 { background-image: url(../images/bmx/site/trophy_room/trophy_double_3.png); }
.trophy_double_4 { background-image: url(../images/bmx/site/trophy_room/trophy_double_4.png); }
.trophy_double_5 { background-image: url(../images/bmx/site/trophy_room/trophy_double_5.png); }
.trophy_double_6 { background-image: url(../images/bmx/site/trophy_room/trophy_double_6.png); }
.trophy_double_7 { background-image: url(../images/bmx/site/trophy_room/trophy_double_7.png); }
.trophy_double_8 { background-image: url(../images/bmx/site/trophy_room/trophy_double_8.png); }

.trophy_triple_1 { background-image: url(../images/bmx/site/trophy_room/trophy_triple_1.png); }
.trophy_triple_2 { background-image: url(../images/bmx/site/trophy_room/trophy_triple_2.png); }
.trophy_triple_3 { background-image: url(../images/bmx/site/trophy_room/trophy_triple_3.png); }
.trophy_triple_4 { background-image: url(../images/bmx/site/trophy_room/trophy_triple_4.png); }
.trophy_triple_5 { background-image: url(../images/bmx/site/trophy_room/trophy_triple_5.png); }
.trophy_triple_6 { background-image: url(../images/bmx/site/trophy_room/trophy_triple_6.png); }
.trophy_triple_7 { background-image: url(../images/bmx/site/trophy_room/trophy_triple_7.png); }
.trophy_triple_8 { background-image: url(../images/bmx/site/trophy_room/trophy_triple_8.png); }

.trophy_nat_1 { background-image: url(../images/bmx/site/trophy_room/trophy_nat_1.png); }
.trophy_nat_2 { background-image: url(../images/bmx/site/trophy_room/trophy_nat_2.png); }
.trophy_nat_3 { background-image: url(../images/bmx/site/trophy_room/trophy_nat_3.png); }
.trophy_nat_4 { background-image: url(../images/bmx/site/trophy_room/trophy_nat_4.png); }
.trophy_nat_5 { background-image: url(../images/bmx/site/trophy_room/trophy_nat_5.png); }
.trophy_nat_6 { background-image: url(../images/bmx/site/trophy_room/trophy_nat_6.png); }
.trophy_nat_7 { background-image: url(../images/bmx/site/trophy_room/trophy_nat_7.png); }
.trophy_nat_8 { background-image: url(../images/bmx/site/trophy_room/trophy_nat_8.png); }

.certificate_race_for_life_1 { background-image: url(../images/bmx/site/trophy_room/certificate_race_for_life_1.png); }
.certificate_race_for_life_2 { background-image: url(../images/bmx/site/trophy_room/certificate_race_for_life_2.png); }
.certificate_race_for_life_3 { background-image: url(../images/bmx/site/trophy_room/certificate_race_for_life_3.png); }
.certificate_race_for_life_4 { background-image: url(../images/bmx/site/trophy_room/certificate_race_for_life_4.png); }
.certificate_race_for_life_meq { background-image: url(../images/bmx/site/trophy_room/certificate_race_for_life_meq.png); }

.certificate_warnicke_1 { background-image: url(../images/bmx/site/trophy_room/certificate_warnicke_1.png); }
.certificate_warnicke_2 { background-image: url(../images/bmx/site/trophy_room/certificate_warnicke_2.png); }
.certificate_warnicke_3 { background-image: url(../images/bmx/site/trophy_room/certificate_warnicke_3.png); }
.certificate_warnicke_4 { background-image: url(../images/bmx/site/trophy_room/certificate_warnicke_4.png); }
.certificate_warnicke_meq { background-image: url(../images/bmx/site/trophy_room/certificate_warnicke_meq.png); }

.medal_2008_gold { background-image: url(../images/bmx/site/trophy_room/medal_2008_gold.png); }
.medal_2008_silver { background-image: url(../images/bmx/site/trophy_room/medal_2008_silver.png); }
.medal_2008_bronze { background-image: url(../images/bmx/site/trophy_room/medal_2008_bronze.png); }
.medal_2012_gold { background-image: url(../images/bmx/site/trophy_room/medal_2012_gold.png); }
.medal_2012_silver { background-image: url(../images/bmx/site/trophy_room/medal_2012_silver.png); }
.medal_2012_bronze { background-image: url(../images/bmx/site/trophy_room/medal_2012_bronze.png); }

/* Box slider overrides */
#trophy-room .bx-wrapper {
    max-width: 460px !important;
    width: 460px !important;
}
#trophy-room .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border: none;
    margin: 0 5px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
#trophy-room .bx-wrapper .bx-prev {
	left: 0;
	background: url(../images/bmx/site/trophy_room/controls.png) no-repeat 0 -160px;
}

#trophy-room .bx-wrapper .bx-next {
	right: 0;
	background: url(../images/bmx/site/trophy_room/controls.png) no-repeat -25px -160px;
}

#trophy-room .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

#trophy-room .bx-wrapper .bx-next:hover {
	background-position: -25px 0;
}

#trophy-room .bx-wrapper .bx-controls-direction a {
	top: 30px;
	margin-top: 0;
	width: 25px;
	height: 160px;
}

/* ========= */
/* = Forms = */
/* ========= */
.profiles form:not(.grey-box) input[type="text"],
.profiles form:not(.grey-box) input[type="email"],
.profiles form:not(.grey-box) input[type="password"],
.profiles form:not(.grey-box) textarea {
    background: #f5f5f5;
}

.profiles .checkbox {
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: none;
    color: #000;
    font-size: 1em;
}
.profiles .checkbox input[type="checkbox"] {
    margin-right: 5px;
}

.profiles .file-field {
    margin-bottom: 10px;
    overflow: hidden; /* Clear internal floats */
}
.profiles .file-field .image-link {
    float: left;
    margin-right: 10px;
}

.profiles .fieldWithErrors label {
    color: #d00;
}

.profiles .inline-form {
  margin-bottom: 25px;
}
.profiles .inline-form input {
  margin-right: 5px;
  margin-bottom: 0;
}
.profiles .inline-form .btn {
  padding: 7px 12px;
}
.profiles .inline-form .form-group {
    display: inline-block;
    margin-right: 10px;
}
.profiles .inline-form .form-group input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.profiles .full-width {
    -mox-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.profiles #race-year-form label {
    display: inline-block;
    color: #000;
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 0;
    margin-right: 10px;
    text-transform: none;
}
.profiles #race-year-form select {
    margin-bottom: 0;
}

/* ========== */
/* = Tables = */
/* ========== */
.profiles table th {
    background: #222;
    border-right: none;
    color: #ff0;
    font-family: 'Grotesque-Light', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    padding: 10px 15px;
    text-align: left;
    text-transform: uppercase;
}
.profiles table th:first-child {
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}
.profiles table th:last-child {
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}
.profiles table tr td {
    background: #f8f8f8;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}
.profiles table tr:nth-child(even) td {
    background: #efefef;
}

/* =========== */
/* = General = */
/* =========== */
.profiles .clearfix {
    overflow: hidden;
}

.profiles .border-box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.profiles .grey-box {
    padding: 15px;
    background: #f5f5f5;
}
.profiles .white-box {
    padding: 15px;
    background: #fff;
}
.profiles .black-box {
    padding: 15px;
    background: #000;
    color: #ff0;
}
.profiles #main_content .black-box .thumbnails-detailed li,
.profiles .black-box li {
    border-color: #666;
}

.profiles .inset-box-shadow {
    box-shadow: inset 0 0 15px 0px #000000;
}

.profiles .padded {
    padding: 15px;
}
.profiles .bordered {
    padding: 15px;
    border: 1px solid #eee;
}
.profiles .rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.profiles .muted {
    color: #999;
}

/* Position and spacing */
.profiles .no-margin {
    margin: 0;
}
.profiles .margin-top {
    margin-top: 15px;
}
.profiles .margin-right {
    margin-right: 15px;
}
.profiles .margin-bottom {
    margin-bottom: 15px;
}
.profiles .margin-left {
    margin-left: 15px;
}

.profiles .pull-left {
    float: left;
}
.profiles .pull-right {
    float: right;
}
.profiles .half-width {
    width: 50%;
}

/* Text */
.profiles p {
    word-wrap: break-word;
}
.profiles h2 {
    border-bottom: 1px solid #ddd;
}
.profiles h3 {
    margin-top: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.profiles .right_black_list h3 {
    margin-top: 5px;
    padding-bottom: 0;
    border-bottom: none;
}

.profiles .text-right {
    text-align: right;
}
.profiles .big-text {
    font-size: 1.5em;
}
.profiles .title-text {
    font-size: 1.2em;
}
.profiles .red-text {
    color: #e31b22;
}
.profiles .yellow-text {
    color: #ff0;
}

.profiles .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profiles .widget-label {
    letter-spacing: 1px;
    margin: 4px 0 2px 4px;
    text-transform: uppercase;
}
.profiles .right_black_list .widget-label {
    color: #bbb;
}

/* Hover details */
.profiles .hover-details-area {
    position: relative;
}
    .profiles .hover-details-area:hover .hover-details {
        display: block;
    }
    .profiles #trophy-room .hover-details-area:hover .hover-details {
        display: table;
    }
.profiles .hover-details {
    display: none;
    position: absolute;
    top: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    /*background: #000;*/
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}
    .profiles .hover-details a {
        color: #ff0;
    }
    
/* From renewal.css */
#search_or {font-size: 14px; font-weight: bold;}
form#search_riders input[type="text"] {padding: 8px 4px; font-size: 12px; margin-right: 10px;}
form#search_riders input[type="submit"] {}
form#search_riders input[type="text"]#first_name {width: 75px;}
form#search_riders input[type="text"]#last_name {width: 180px; margin-right: 20px;}
form#search_riders input[type="text"]#serial_number {width: 180px; margin-left: 20px; margin-right: 20px;}