/*
.apr_table{

	th{
		border: solid $blue 1px;
		border-right: none;
		background: $blue;
		padding: 0 5.4px 0 5.4px;
	}

	td{
		border: solid $light_blue 1px;
		border-top: none;
		background: #d9e2f3;
		padding: 0 5.4px 0 5.4px;
	}

}
*/
/* Table Styles */
.apr_table_wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%; }

.apr_table_wrapper * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.apr_table {
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  background-color: white; }
  .apr_table td, .apr_table th {
    text-align: left;
    padding: 8px; }
  .apr_table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
    color: black; }
  .apr_table thead th {
    color: #ffffff;
    background: #4472c4; }
  .apr_table tr:nth-child(even) {
    background: #8eaadb; }

/*# sourceMappingURL=table.css.map */
