/* TANGORA CSS */
.ts-panel { display:flex; }
.ts-panel > * { flex:var(--ts-panelbox-flex, 1 1 auto); margin:var(--ts-panelbox-margin, 0px); padding:var(--ts-panelbox-padding, 0px); border-top:var(--ts-panelbox-bordertop, none); border-right:var(--ts-panelbox-borderright, none); border-bottom:var(--ts-panelbox-borderbottom, none); border-left:var(--ts-panelbox-borderleft, none) }
/* RESOURCE #73 BEGIN */
@media print
{
    #layoutbox8,
    #layoutbox7,
    #page-20000014_layoutbox3,
    #layoutbox6
    {
        display: none;
    }

    #layoutbox2
    {
        border: none;
    }
}
/* RESOURCE #73 END */
/* RESOURCE #81 BEGIN */
.button.quick-support a {
    font-family: LatoRegular;
    font-weight: 300;
    font-size: 1em;
    color: #ffffff;
    line-height: 1.333em;
    border-radius: 2px;
    min-height: 34px;
    padding: 5px 11px;
    outline: none;
    cursor: pointer;
    border: 1px solid rgb(139, 139, 139);
    transition: all 300ms ease 0ms;
    text-decoration: none;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    font-size: 1rem;
    background-color: rgb(139, 139, 139);   
}

.button.quick-support a:hover {
    background-color: rgb(119, 119, 119);
}


.button.quick-support a::before {
    content: "\f1d8";
    font-family: 'Icon font regular';
    margin-right: 8px;
}

/* RESOURCE #81 END */
/* RESOURCE #83 BEGIN */
.button.login-besidder a {
    font-family: LatoRegular;
    font-weight: 300;
    font-size: 1em;
    color: #ffffff;
    line-height: 1.333em;
    border-radius: 2px;
    min-height: 34px;
    padding: 5px 11px;
    outline: none;
    cursor: pointer;
    border: 1px solid rgb(139, 139, 139);
    transition: all 300ms ease 0ms;
    text-decoration: none;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    font-size: 1rem;
    background-color: rgb(139, 139, 139);   
}
.button.login-besidder a:hover {
    background-color: rgb(119, 119, 119);
}
.button.login-besidder a::before {
    content: "\f007";
    font-family: 'Icon font regular';
    margin-right: 8px;
}
/* RESOURCE #83 END */
