body .g-button {
  background: #10a15b;
  transition: all 0.3s; }
  body .g-button:hover {
    background: #fff;
    color: #10a15b !important;
    border: 1px solid #10a15b; }
  body .g-button.g-button--invert {
    background: #fff;
    color: #10a15b !important;
    border: 1px solid #10a15b;
    transition: all 0.3s; }
  body .g-button.g-button--invert:hover {
    background: #10a15b;
    color: #fff !important; }
  body .g-auth__fogot-password-w a, body .g-auth__personal-note a {
    color: #10a15b; }

.indicators_table {
  font-size: 16px;
  width: 100%;
  border: 1px solid black;
  border-collapse: collapse; }
  .indicators_table th {
    color: #000; }
  .indicators_table th, .indicators_table td {
    border: 2px solid black;
    border-collapse: collapse;
    padding: 5px; }
  .indicators_table p {
    padding: 0;
    margin: 0; }
