.header-statistic {
    margin-top: 40px;
    padding-right: 5px;
    position:absolute;
    z-index:100;
    right:0;
    text-align:right;
}

.header-statistic .button{
    background:white;
    border:1px solid #035BA6;
    border-radius: .25rem;
    padding:10px;
    margin-bottom:5px;
    width:47px;
    display: inline-block;
}
.header-statistic .button.attention{
    background: #ffcece;
}

.header-statistic i{
    font-size:20px;
}

.header-statistic .button:hover{
    background: #d8edfe;
    cursor:pointer;
}

.header-main{
    cursor:pointer;
}

.header-content{
    display: none;
    z-index:5;
    right:0;
    margin-top:10px;
    background:#035BA6;
    color:white;
    padding:10px;
    overflow:hidden;
    min-width:200px;
}

.header-content::after {
    /*
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    bottom: 0;
    border: 2px solid white;
    border-width: 0px 2px 2px 0px;
    background:white;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    */
}

.header-content div{
    padding:10px 0px;
}

.header-content a{
    color:white;
    text-decoration: underline;
}