
.profile .avatar img {
    height: 100px;
    vertical-align: bottom;
}


.profile label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 3px 0px;
}

.profile input[type="radio"]+label, .profile input[type="checkbox"]+label {
    display: inline-block;
    vertical-align: inherit;
    width: inherit;
    margin: 5px 10px 5px 0;
}

.profile .form {
    margin: 0 auto;
    max-width: 600px;
    padding: 0px 10px;
}
.gamerTag {
    padding: 5px 5px 5px 5px;
    margin: 3px 3px 3px 3px;
    height: 75px;
    xbackground-color: #222222;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
}

.gamerTag a {
    text-decoration: none;
    color: #ffffff;
}

.gamerTag .gamerTagImage {
    width: 75px;
    height: 75px;
    vertical-align: top;
    float: left;
    clear: both;
}

.gamerTag div.coins {
    font-size: 14px;
    float: right;
    background: url('images/coin_c15x15.png') right no-repeat;
    padding: 3px 18px 3px 5px;
    margin: 0 3px 0 0;
    box-sizing: border-box;
}

.gamerTag .deck {
    width: 50px;
    vertical-align: top;
    float: right;
}

.gamerTag img.miniIcon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.gamerTag div.title {
    padding: 0 0 0 15px;
    font-size: 22px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gamerTag div.description {
    padding: 1px 15px 0 90px;
    font-size: 16px;
}

.gamerTag progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 75%;
    height: 7px;
    margin: 5px 0px;
}
