.stec-layout-single,
.stec-layout-single * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.2;
}
.stec-layout-single {
    
    visibility: hidden;
    
    a {
        text-decoration: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: @border-color;
        &:focus,
            &:hover {
            text-decoration: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
    }
    li {
        list-style: none;
    }
    
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
}