.birthdaySearch {
    clear: both;
    margin-top: 20px;
}
form#searchRefine {
	padding: 5px;
	background: #f2f2f2;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
}
#searchRefine ul {
    clear: both;
    list-style: none;
    margin: 0;
}
#searchRefine li {
    width: 30%;
    float: left;
    margin-left: 10px;
        list-style: none;
    
}
#searchRefine label {
    display: block;
    text-transform: uppercase;
    color: #777;
    font-weight: bold;
    line-height: 18px;
    padding-left: 5px;
    font-size: 11px;
}
#searchRefine select {
	width: 100%;
    background: #e1e1e1;
    border: none;
    border-radius: 2px;
    padding: 3px 2px;
    color: #333;
}


#searchRefine input#search {
    margin: 30px 0 0 10px;
    text-align: center;
    width: 90px;
    float: left;
    height: 31px;
    position: relative;
}
.fighterPopularBirthdays {
    margin: 10px auto;
    background: #fff;
    text-align: center;
}
.fighterPopularBirthdays h3 {
    clear: both;
    margin: 0 0 10px !important;
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #333;
    border-radius: 5px;
    color: #ccc;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: normal;
}
ol.birthdayFighters {
    overflow: hidden;
    margin: 0;
}
.birthdayFighters li {
    padding: 10px 0 0;
    float: left;
    clear: left;
    display: block;
    font-size: 14px;
    margin: 0;
    width: 100%;
}
.age-section .birthdayAge {
	font-size: 59px;
	color: #a88843;
}
.birthdayFighters li img {
}
.photo-section .icon_image {
    height: 77px;
    width: 77px;
}

.birthdayFighters li dl {margin: 0;}
.birthdayFighters li dt {
}
.birthdayFighters li dt span{
	color: #c1320b;
    text-decoration: none;
    border-bottom: 1px dotted #666;
}

}
.birthdayFighters li dd.stats {
    text-transform: uppercase;
    padding: 3px 0;
    font-weight: bold;
    clear: both;
        margin: 0;
}
.birthdayFighters li dd {
    color: #777;
    font-size: 13px;
    margin: 0;
    font-weight: normal;
}
img.countryFlag.medium {
	margin-right: 5px;
}
.birthdayFighters li img {
}

.birthdayFighters .age-section {
    width: 100px;
    float: left;
    text-align: center;
    padding: 15px 0 0;
}

.birthdayFighters .birthdayText {
    color: #7c7c7c;
    font-size: 15px;
}

.birthdayFighters .photo-section {
    width: 77px;
    float: left;
}

.birthdayFighters .details-section {
    float: left;
    min-width: 130px;
    padding: 0px 15px 0;
    line-height: 20px;
    text-align: left;
}

.details-section .stats span {
    display: block;
    width: 100%;
}
