﻿.contactbug {
    background-color: #F46B10;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: table-cell;
    font-size: 12px;
    font-weight: 600;
    height: 5rem;
    line-height: 12px;
    text-align: center;
    vertical-align: middle;
    width: 5rem; }

.contactbugpos {
    position: fixed;
    right: 37px;
    bottom: 20px;
    z-index: 1033; }

.contactPanel {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1032;
    top: 0;
    right: 0;
    transition: 0.5s;
    padding-top: 30px;
    overflow: hidden;
    font-size: 13px; }
.contactPanel h1 {
    font-size: 26px;
    margin-bottom: 0.75rem; }