.mc-user {
    font-family: arial, Helvetica, tahoma, sans-serif;
    font-size: 11px;
    color: white;
    display: inline-block;
    width: 233px;
    height: 47px;
    border: 1px solid black;
    background-color: #79553A;
    background-image: url('./images/background.png');
    line-height: 15px;
    margin: 2px;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mc-avatar {
    width: 32px;
    height: 32px;
    left: 8px;
    top: 7px;
    padding: 0px;
    position: absolute;
    background: black;
    border: 1px solid black;
    cursor: pointer;
}

.mc-unset .mc-avatar {
    background: url('./images/ajax-loader.gif') no-repeat, black;
    cursor: default;
}

.mc-face {
    width: 32px;
    height: 32px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    background-repeat: no-repeat;
}

.mc-face .mc-hat {
    width: 32px;
    height: 32px;
    margin: 0px;
    padding: 0px;
    background: inherit;
    background-position: -32px 0px;
}

.mc-name {
    cursor: pointer;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.mc-user p {
    height: 40px;
    padding: 0px;
    position: absolute;
    left: 50px;
    top: 4px;
    width: 178px;
    text-shadow: 0px 0px 4px black;
}

.mc-extra {
    cursor: default;
}

.mc-show-uuid p {
    font-size: 16px;
}

.mc-link-form {
    display: inline-block;
    text-align: left;
}

.mc-link-form input {
    width: 250px;
}