@charset "utf-8";
/* CSS Document */

	
@import url(http://fonts.googleapis.com/css?family=Open+Sans);



table {

  border: 1px solid #ccc;

  border-collapse: collapse;

  margin:0;

  padding:0;

  width: 100%;

}

table tr {

  border: 1px solid #ddd;

  padding: 5px;

}

table th, table td {

	padding: 20px;

/*text-align: center;*/

border: 1px solid #b7b7b7;

color: #4a4a4a;

}

table th, table td span{

	color: #404040;

	font-weight: 600;

}

table th {

  font-size: 14px;

  letter-spacing: 1px;

  text-transform: uppercase;

	color: #fff;



}

.tabback{

	background-color: #e30981;

}

@media screen and (max-width: 600px) {

  table {

    border: 0;

  }

  table thead {

    display: none;

  }

  table tr {

    border-bottom: 2px solid #ddd;

    display: block;

    margin-bottom: 10px;

  }

  table td {

    border-bottom: 1px dotted #ccc;

    display: block;

    font-size: 11px;

    text-align: right;

  }

  table td:last-child {

    border-bottom: 0;

  }

  table td:before {

    content: attr(data-label);

    float: left;

    font-weight: bold;

    text-transform: uppercase;

  }

}
