﻿body {
  font: 100% "Open Sans", Arial, sans-serif;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3f86ba !important;
  text-align: left;
}
.Body_Admin {
  color: #262626;
  /*div, p {
        font-size: @font-size;
    }*/
}
.Body_Admin h1 {
  font-size: 24px !important;
  font-weight: normal !important;
}
.Body_Admin h2 {
  font-size: 18px;
  margin-top: 40px;
  font-weight: normal !important;
}
.Body_Admin h3 {
  font-size: 18px;
  margin-top: 40px;
  font-weight: normal !important;
}
.Body_Admin p + p {
  margin-top: 10px;
}