﻿a.unii-listing-button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    text-decoration: none;
    margin-bottom: 0;
    font-family: sans-serif
}

a.unii-medium {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 20px
}

    a.unii-medium:hover {
        padding: 11px 19px;
        font-size: 17.5px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        line-height: 20px
    }

a.unii-small {
    padding: 6px 10px;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 16px
}

    a.unii-small:hover {
        padding: 6px 10px;
        font-size: 13px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        line-height: 16px
    }

a.unii-custom {
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #e53a44;
    background-repeat: repeat-x;
    border-color: #e9175d #e9175d #ff1866;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25)
}

a.Light {
    color: #fff
}

    a.Light:hover {
        color: #fff
    }

a.Dark {
    color: #000
}

    a.Dark:hover {
        color: #000
    }
