@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
*, *:before, *:after {
  box-sizing: border-box;
}
/*
body {
  padding: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
*/
.table {
  width: 100%;
  border: 1px solid #EEEEEE;
}

.table-header {
  display: flex;
  width: 100%;
  background: #ffffff;
  
}

.table-row {
  display: flex;
  width: 100%;
  padding: 18px 0;
}
.table-row:nth-of-type(odd) {
  background: #EEEEEE;
}

.table-row2 {
  display: flex;
  width: 100%;
  
}

.table-data, .header__item {
  flex: 1 1 1%;
  text-align: center;
  font-size: 14px;
}

.table-data2 {
  flex: 1 1 20%;
  text-align: left;
  margin-left: 5%;
  font-size: 14px;
	
}

.header__item2 {
  flex: 1 1 20%;
  text-align: left;
  margin-left: 5%;
  text-transform: uppercase;
  line-height: 65px;
  font-size: 14px;
}

.header__item3 {
  flex: 1 1 20%;
  text-align: left;
  margin-left: 0%;
  text-transform: uppercase;
  height: 60px;
  line-height: 65px;
  font-size: 14px;
  background: #3366ff;
}

.header__item4 {
  flex: 1 1 1%;
  text-align: center;
  text-transform: uppercase;
  height: 60px;
  line-height: 65px;
  font-size: 14px;
  background: #3366ff;
}

.table-data3 {
  flex: 1 1 20%;
  text-align: center;
  height: 60px;
  font-size: 14px;
  line-height: 65px;
  background: #6db365;
  
}

.header__item {
  text-transform: uppercase;

}

.header__item {
  height: 60px;
  font-size: 14px;
  line-height: 65px;
  

}




@media only screen and (max-width: 767px) {
  .header__item2 {
  flex: 1 1 20%;
  text-align: left;
  margin-left: 5%;
  text-transform: uppercase;
  line-height: 65px;
  font-size: 12px;
}
	.header__item {
  height: 60px;
  font-size: 12px;
  line-height: 65px;
  

}
}



/*@media only screen and (max-width: 359px) {
  .row-fadeIn-wrapper:hover {
    height: 75px;
  }
}


.filter__link {
  color: white;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-left: 24px;
  padding-right: 24px;
}
.filter__link::after {
  content: '';
  position: absolute;
  right: -18px;
  color: white;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.filter__link.desc::after {
  content: '(desc)';
}
.filter__link.asc::after {
  content: '(asc)';
}