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;
}

.myaction a {
    margin: 2px 0 2px 4px;
    width: 60px;
}

.input-group-addon.with-select {
    padding: 3px 9px;
}

.input-group-addon.with-select > select {
    border: none;
    margin: 0;
    padding: 0;
}
