﻿body {

    
.btn-arrivalLeave > .fa{
    font-size: 30px;
    vertical-align: 0%;
}
.btn-arrivalLeave > .showButtonText{
    display:block;
    font-size: 15px;
    text-overflow:ellipsis;
    overflow:hidden;
}

.buttonContainer{
    /*width:500px;
    margin: 0 auto;*/
}

//Kommen-Gehen Buttons
.btn-arrivalLeave{
    border: 0;
    background: gray;
    box-shadow: none;
    border-radius: 0px;
    color: white;
    height: 100px;
    max-width: 200px;
    width:100%;
    margin-right:10px;
    
    padding-top: 25px;
    overflow:hidden;
}
.btn-arrivalLeave.focus, .btn-arrivalLeave:focus, .btn-arrivalLeave:hover {
    color: #333;
    text-decoration: none;
}

}
