#assistQwidgetWrapper {
    position: fixed;
    top: 280px;
    right: -192px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    width: 192px;
    height: 277px;
    z-index: 1000;
}

#assistQwidgetWrapper.display {
    right: 5px;
}

#assistQwidgetContainer {
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #ffffff;
    border: 1px solid #053F6F;
    box-shadow: 0 0 5px #666;
}

#assistQwidgetButton {
    display: block;
    position: absolute;
    width: 200px;
    height: 40px;
    background: #053F6F;
    color: #ffffff;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    text-align: center;
    z-index: -1;
    box-shadow: 0px 0px 10px 8px #ffffff;
}

#assistQwidgetButton a {
    padding-top: 6px;
    font-size: 130%;
    display: inline-block;
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-decoration: none;
    outline: 0;
}

#assistQwidgetButton a:hover {
    color: #ffffff;
}

#assistQwidgetLoading {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#assistQwidgetLoading i, #assistQwidgetLoading p {
    width: 100%;
    text-align: center;
}

#reloadQwidget {
    position: absolute;
    top: -70px;
    width: 100%;
    height: 70px;
    background-color: #053F6F;
    color: #FFFFFF;
    padding: 2px 10px;
}

#reloadQwidget a {
    cursor: pointer;
    display: block;
    margin: 0px auto;
    color: #ffffff;
    width: 100px;
    padding: 4px;
    background: #1768b3;
}

#reloadQwidget a:hover {
    background: #0091D0;
}

#reloadQwidget a i {
    padding-right: 5px;
}

#assistQwidgetPrompt {
    padding: 5px;
}

#assistQwidgetPrompt button {
    display: block;
    margin: 20px auto;
}

body {
    -ms-overflow-style: scrollbar;
}
