/* Table - Roster */

	#roster caption {
		  background-color:#1b95e0;
		  padding:8px;
		  border-radius:5px 5px 0px 0px;
		  text-align: center;
		  font-weight: bold;
		  font-size: 1.4em;
		  margin-bottom:0px;
		}

	#roster table {
		  width: 100%;
			border-collapse: collapse;
		}

	#roster table, th, td {
			border-color: #000000;
			border-style: solid;
			border-width: 0px 1px 0px 0px;
		}

	#roster table, th, td:nth-child(4){
			border-width: 0px;
		}

	#roster caption {
		  background-color:#1b95e0;
		  padding:8px;
		  border-radius:5px 5px 0px 0px;
		  text-align: center;
		  font-weight: bold;
		  font-size: 1.4em;
		  margin-bottom:0px;
		}

	#roster tr:hover{
		  background: #bdbebf;
		}

	
	#roster tr:nth-child(1){
		  background: black;
		  color:white;
		  font-weight: bold;
		  line-height:32px;
		}

	#roster th, td {
		  text-align: left;
		  padding-left: 10px;
		}

	#roster th:nth-child(1), td:nth-child(1) {
		  text-align: left;
		  padding-right: 10px;
		}

	#roster th:nth-child(2), td:nth-child(2) {
			text-align: left;
			padding-right: 10px;
		}

	#roster th:nth-child(3), td:nth-child(3) {
			text-align: left;
			padding-right: 10px;
		}
