﻿.gender-radio-group input {
    width: 20%;
    height: 13px;
}

/* clear fix */
.gallery-grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item,
.grid-sizer {
    width: 48%;
}

/* fluid 5 columns */
.grid-item {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
