/* msFMS Version 3.0 */
/* Created By Yannik Altmeyer */
/* msfms.lb53.de */

body { padding-top: 60px; padding-bottom: 70px; }

.st_primary {
  background: #337ab7;
  color: #fff;
}

.st_primary:hover {
  background: #286090;
}

.st_info {
  background: #d9edf7;
  color: #000;
}

.st_info:hover {
  background: #afd9ee;
}

.st_warning {
  background: #fcf8e3;
}

.st_warning:hover {
  background: #f7ecb5;
}

.st_danger {
  background: #f2dede;
}

.st_danger:hover {
  background: #e4b9b9;
}

.st_default {
  background: #fff; 
}
