body
{
    background: {background} url("/images/shout-bg.jpg") no-repeat top fixed;
    background-size: cover;
}

.container
{
    width: 980px;
}

.panel-body-theme
{
    color: {text};
    background-color: {background};
    border-color: {border};
}

.panel-gradient
{
    background-image: linear-gradient(#323232, {background});
}

.panel-heading-theme
{
    color: {text};
    background-color: {border};
    border-radius: initial;
}
.panel-theme
{
    border-color:  {border};
    border-radius: initial;
}
.btn-blue
{
  color:white;
  background-color:#6BC6E1;
}
.btn-delete
{
  color:white;
  background-color:#ee5f5b;
}
.btn-deactivate
{
  color:white;
  background-color:#ee5f5b;
}