﻿
.btn-bugreport { 
    position: fixed; 
    background-color: #F00; 
    color: #FFF; 
    left: 0px; 
    top: 0px;
    border-color: #333; 
    border-style: solid; 
    border-width: 1px; 
    border-radius:0px 0px 9px 0px !important;
    z-index:100;
}

.btn-roundedges{
    border-radius:8px !important;
}