﻿html, body {
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

@media (min-width: 450px) {
    .container {
        max-width: 450px;
    }
}

.shadow {
    -moz-box-shadow: 3px 3px 4px #cccccc;
    -webkit-box-shadow: 3px 3px 4px #cccccc;
    box-shadow: 3px 3px 4px #cccccc; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')"; /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 4, Direction = 135, Color = '#cccccc');
}

.toggler, .copyWebUIURL, .copyWebUICommPw {
    cursor: pointer;
}

.paddingBottom5px > li {
    padding-bottom: 5px;
}

#datumUhrzeit {
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
}


#datum {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    padding-top: 2px;
    width: 100%;
    display: block;
}
#zeit {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
}


.pre-scrollable {
    overflow-y: auto;
}
.letzteBuchungen .block {
    display: block;
    border-bottom: 1px dotted gray;    
}
.letzteBuchungen .datum {
    display:block; 
    font-weight: bold;
}
.letzteBuchungen .bPaar {
    margin-left: 0px;
    margin-right: 5px;
    display: inline-block;
}
@media (min-width: 450px) {
    .letzteBuchungen .bPaar {
        margin-left: 0px;
        margin-right: 10px;
    }
}

.letzteBuchungen .tagessalden {
    display: block;
    border-bottom: 1px dotted gray;
    font-weight: bold;
    background-color: #fcf8e3;
    
    margin-bottom: 6px;
}
.letzteBuchungen .tagessalden > span {
    margin-left: 0px;
    margin-right: 10px;
}

.btnRefresh {
    cursor: pointer;
}