
/* FILTER SEARCH */

#filter_search
{
	background-color: #4B575E;
	padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-top: 50px;
}

.filter-form {
  display: block;
  margin: auto;
  width: 50%;
}

#filter_search label
{
	color: white;
}

.filter-form-title {
  color: white;
  font-weight: bold;
}

a 
{
	text-decoration: underline;
}

#select_challenge
{
	display: block;
  margin: auto;
  margin-bottom: 20px;
  width: 100%;
}

.m_fed2015
{
	background-color: yellow !important;
}

.content-table:nth-child(even)
{
	background-color: #E2E2E2;
}

#miyazaki
{
	width: 100%;
}

thead
{
	background-color: #58AC25;
    color: white;
}

table#miyazaki thead th
{
	font-size: 0.9em !important;
	text-align: left;
  border: none;
}

table#miyazaki tbody td
{
	font-size: 0.9em !important;
	height: 40px;
	padding-left: 5px;
  border: none;
}

th
{
	cursor: pointer;
}


/* TABLE RESPONSIVE */

table#miyazaki { 
  margin: 0 auto;
  border-collapse: collapse;
  font-family: Agenda-Light, sans-serif;
  font-weight: 100; 
  color: #fff;
  text-rendering: optimizeLegibility;
  border-radius: 5px; 
  border: none;
  margin-bottom: 50px;
}
table#miyazaki caption { 
  font-size: 2em; color: #444;
  margin: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left, center right; 
}
table#miyazaki thead th { font-weight: 600; }
table#miyazaki thead th, table#miyazaki tbody td { 
  padding: .8em; font-size: 1.4em;
}
table#miyazaki tbody td { 
  padding: .1em; 
  padding-left: 10px;
  font-size: 1.4em;
  color: #444;
}
table#miyazaki tbody tr:not(:last-child) { 
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;  
}

@media screen and (max-width: 600px) {
  .filter-form {
    width: 80%;
  }
  #filter_search
  {
    width: 90%;
    display: block;
    margin: 20px auto;
    text-align: center;
  }
  #table {
    margin: 0px 20px;
  }
  table#miyazaki caption { background-image: none; }
  table#miyazaki thead { display: none; }
  table#miyazaki tbody td { 
    display: block;
    padding: 0.5em 2em; 
    height: 40px;
  }
  table#miyazaki tbody tr td:first-child { 
    background: #58AC25; color: #fff; 
  }
	table#miyazaki tbody td:before { 
    content: attr(data-th); 
    font-weight: bold;
    display: inline-block;
    width: 6em;  
  }
}