.deptlist{
    padding:5px 0;
}

.deptlist a{
    display:block !important;
    padding:15px 0;
}

h4.card-title{
    margin-bottom:0 !important;
}

.userlist img{
    max-width:128px;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.col-md-offset-1 {
    margin-left: 8.33333333%;
}

.col-md-offset-3{
    margin-left: 25%;
}

.teclado .col-md-4{
    padding:0 !important;
}

.teclado .numero {
    float: right;
    width: 98%;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-size: 65px;
    font-weight: bold;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .8);
    color: #fff;
    line-height: 100px;
    text-align: center;
    cursor: pointer;
    margin: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.user{
    text-align:center;
}

.user .password {
    margin-top:10px;
    font-size: 80px;
    text-align: center;
    height: 96px;
}

a.eventtype{
    color:white;
    width:100%;
    margin:5px 0;
}