.bidop
{
    color: #0b5ed7;
    margin-right: 10px;
    cursor: pointer;
}

.bi-green
{
    color: #35d035;
}


.bidop-notes
{
    color: gray;
    /*margin-right: 10px;*/
    /*padding-top: 10px;*/
    cursor: default;
    font-size: 12pt;
}

.bidop-notes span
{
    font-size: 9pt;
    vertical-align: top;
}

pre {
    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */
}


@media (max-width: 810px) {
    .navmenu ul li a {
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .header .btn-small-nav {
        font-size: 24px;
        /*display: block;*/
        margin: 0 20px 0 0;
    }
    .header .logo .sitename
    {
        font-size: 22px;
    }

}