.bg{
  background: url(img/bg.jpg);
}

.right{
    float: right;
    margin-top: 2px;
    margin-right: -6px;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:active {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

body {
  overflow: hidden;
}

.centered {
    opacity: 0.4;
    position: absolute;
    z-index: 1001;
    background-color:#20201F;
    width:100%;
    height:100%;
}

.centered img{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.overscroll2{
  overflow:auto;
}
.overscroll{
  overflow:auto;
}
.overscrollNew{
  overflow:auto;
}
.pe{
  padding:0px;
  padding-top:10px;
}

.margintb10{
  margin-top:10px;
  margin-bottom:10px;
}
.margintb20{
  margin-top:20px;
  margin-bottom:20px;
}

.panel-danger>.panel-heading {
    color: #FFFFFF;
    background-color: #FF5F5F;
    border-color: #000000;
}
