div.theme-showcase {
    margin-top: 60px;
    margin-bottom: 60px;
}

footer {
    border-top: solid 1px #080808;
    background: white;
}

div#MSF_DEBUGBAR {
    top: 50px;
}

div#MSF_DEBUGBAR * {
    font-size: 8px !important;
}

.form-group .required .control-label:after {
  content:"*";color:red;
}

pre.logs { height: 65vh; overflow: scroll; }

table.grid-config td {
    vertical-align: bottom !important;
}

.myaction {
    text-align: right;
}