body
{

    font-family: verdana;
    font-size: 12px;                             
}

.container
{
    width: 980px;
}

.panel-body-theme
{
    color: {text};
    border-color: {border};
}

.panel-gradient
{
    background-image: linear-gradient(#323232, {background});
    border: 1px solid #777;
}

.panel-heading-theme
{
    color: {text};
    background-color: {border};
    border-radius: initial;    
}
.panel-theme
{
    border-color:  {border};
    border-radius: initial;
}
.panel-title
{
    font-family: verdana;
    font-size: 14px;
}
.btn
{
    font-size: 12px;
}
li
{
    font-size: 12px;
}
.form-control
{
    font-size: 12px;
}
.heavy
{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.heavy-sm
{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.team-row {
        border-bottom: 1px dashed {text}
    }
    .confirmation-footer{
        text-align: center;
        border-top: 1px solid {text}
    }

.btn-blue
{
  color: white;
  background-color:#375a7f;
}

.btn-delete
{
  color: white;
  background-color:#ee5f5b;
}

.btn-deactivate
{
  color: white;
  background-color:#ee5f5b;
}