
#report {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

@page {
    margin-top: 230px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 150px;
}

#report p {
    margin: 0;
}

#report table {
    width: 100%;
}

#report th {
    text-align: left;
}

#report h2 {
    font-size: 1.3rem;
}

#report #head {
    position: fixed;
    left: 0px;
    margin-top: 0px;
    top: -210px;
    right: 0px;
    height: 100px;
    width: 100%;
}

#report #foot {
    position: fixed;
    left: 0px;
    bottom: -80px;
    right: 0px;
    height: 80px;
    width: 100%;
}