/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

 @media screen and (max-width: 767px) {
  .navig {
    display: flex;
    margin: 0;
  }

  .yield, .copyright, .navig {
    text-align: center;
  }

  li {
    list-style-type: none;
  }

  ul {
    margin: 0% 12.5%;
  }

  .navbar-inner {
    margin-top: 5%
  }

  .sign_in {
    margin: 2%;
  }

  .sign_in_form {
    display: inline;
  }

  .graph_button {
    width: 50%;
    margin: 1.5%;
  }

  .count {
    text-align: center;
    padding: 7%;
  }

  .nav {
    text-align: center;
  }
}

@media screen and (min-width: 767px) {
  .sign_in_submit {
    background:none;
    border:none;
  }

  .graph_button {
    width: 20%;
    margin: .5%;
  }

  ul {
    margin: 0 0 10px 25px !important;
  }
}

.graph_links li {
  list-style-type: none;
}

h1, h2 {
  font-size: 18px;
}

footer {
	font-size: small;
	color: #999;
	margin-top: 10px;
}


.pagination ul {
  margin: 0 !important;
}

.pagination ul > li > a,
.pagination ul > li > span {
	padding: 4px 10px;
}

/*
 *= require ag-charts-community/styles/ag-charts
 *= require_tree .
 *= require_self
 */
