html,
body{
    padding: 0;
    margin: 0;
    background-color: #f0f0f0 !important;
    font-family: Arial, sans-serif !important;
    height: 100%;
}
.fvi{
    height: 100%;
    overflow: hidden;
}
.informer-birthday {
    line-height:20px;
    font-size: 14px;
    background-color: #f0f0f0;
}
.fvi--full .informer-birthday{
    overflow-y: auto;
}
.informer-birthday .current-month {
    font-size: 18px;
    font-weight: 700;
    background-color: #000000;
    color: #ffffff;
    line-height: 30px;
    padding: 0 10px;
}
.informer-birthday .date{
    width: 100%;
    display: block;
    margin-top: 2px;
    padding: 0 7px;
    background-color: #d6d6d6;
    font-weight: 700;
}
.informer-birthday .date.active{
    background-color: #f2cfb1;
}
.informer-birthday .person {
    margin-top: 2px;
    width: 100%;
    padding: 0 7px;
}

.nothing {
    text-align: center;
    margin-top: 130px;
    font-size: 24px;
    font-weight: 700;
}
.fvi-place{
    position: relative;
}
.loader{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    display: none;
}
.loader:before{
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background-image: url('loading.gif');
    -webkit-background-size:contain;
    background-size: contain;
}
.fvi__date {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.informer-birthday .date {
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-transform: lowercase;
    margin: 3px 0;
}
.informer-birthday .person {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 3px;
}
