﻿
.profile-arena {
    max-width: 1020px;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    position: relative;
    vertical-align: middle;
}

.profile-button {
    display: inline-block;
    float: left;
    width: 180px;
    height: 100px;
    margin: 10px;
    background-color: #1bc98e;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    .profile-button:hover {
        text-decoration: none;
        color: #f7f7f7;
        box-shadow: 0 0 17px 7px aqua;
    }

.profile-button-title {
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.profile-button-content {
    color: #f2f2f2;
    font-size: 10px;
    text-align: left;
    margin: 0;
    padding: 8px;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


.profile-button-clear {
    display: inline-block;
    float: left;
    width: 140px;
    height: 70px;
    margin: 10px;
    text-align: center;
    background-color: darkred;
}

    .profile-button-clear:hover {
        text-decoration: none;
        color: red;
        box-shadow: 0 0 17px 7px aqua;
    }

.profile-text {
    color: #ffffff;
    text-align: center;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    zoom: 1;
}

    .profile-text:hover {
        text-decoration: none;
        color: #f7f7f7;
    }

.helper {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
    zoom: 1;
}
