@import "http://fonts.googleapis.com/css?family=Montserrat:300,400,700";
.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tr {
  /*border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;*/
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
  color:#333;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) " ";
  font-weight: bold;
  width: 9em;
  display: inline-block;
}
@media (min-width: 680px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 680px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
  
  .rwd-table{
	  width:auto;
	  }
}



/*h1 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #34495E;
}*/
.rwd-table {
  color: #fff;
  overflow: hidden;
  border-collapse:collapse;
  width: 100%;
}
.rwd-table tr {
 /* border-color: #46637f;*/
}
.rwd-table th, .rwd-table td {
  margin: 1em 1em;
}
@media (min-width: 680px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
	
  }
}

@media (max-width: 680px) {
	.rwd-table{
		min-width:inherit;}
	
	}

.rwd-table th, .rwd-table td:before {
  color: #000;
}

.rwd-table th{
	border:1px solid #ccc;
	background:#333333;
    color: #fff;
	}
div.icon{
	display:inline-block;
	vertical-align:top;
	margin:0px 6px;
	cursor: pointer;
	
	}
	
.rwd-table tr{
	border-bottom:1px solid #EFEFE7;}

.boxDiv{
	display:inline-block;
	margin-right:2px;}		
	
.rwd-table td a{ color:#eed89b; }	
.rwd-table td a:hover{ color:#ca9967; }	