﻿.teambox {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #AAA;
    line-height: initial;
}

select.teambox-team {
    width: 100%;
    height: 30px;
    border: none;
}

select.teambox-users {
    width: 100%;
    height: 200px;
    border: none;
}


.campbox {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #AAA;
    line-height: initial;
}

input.campbox-search {
    width: 100%;
    height: 30px;
    border: none;
}

select.campbox-camps {
    width: 100%;
    height: 200px;
    border: none;
}


.button-dialer {
    color: #FFF;
    background-color: #aaaaaa;
    padding: 5px 15px;
    border: 0px none;
    border-radius: 4px;
    height: 30px;
    font-family: Coda;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    text-rendering: optimizelegibility;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .button-dialer:active, .button-dialer:visited {
        color: #FFF;
    }
    
    