/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

table.rankings {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  width: 100%;
  font-family: 'fsblake', helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 17px;
}

table.rankings tr {
  border-bottom: 1px solid #ebeded;
}

table.rankings thead th {
  vertical-align: baseline;
}

table.rankings tbody tr:nth-child(even) {
  background: #f9f9f9;
}

table.rankings tbody tr td {
  padding: 10px 5px;
  border: none;
  font-size: 0.8em;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #919191;
  font-family: 'fsblake', helvetica, arial, sans-serif;
  font-weight: normal;
}

table.rankings tbody img {
	height: 25px;
	float: right;
}

table.rankings td, table.rankings th {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 14px;
}

table.rankings td.rank, table.rankings th.rank {
	/*width: 10px;*/
	text-align: center;
	color: #333;
	font-weight: bold;
  	
}

table.rankings td.rank {
  font-size: 16px;
  
}

table.rankings td.direction, table.rankings th.direction {
	width: 1px;
	padding-top: 17px;
}

table.rankings td.amount, table.rankings th.amount {
	color: #333;
	font-size: 11px;
	/*width: 10px;*/
}

table.rankings td.icon, table.rankings th.icon {
	/*width: 100px;*/
  padding-left: 0;
  padding-right: 0;
}

table.rankings td.name, table.rankings th.name {
	/*width: 175px;*/
}

table.rankings td.link, table.rankings th.link {
	text-align: right;
}

a.dfs-full-link {
    font: 400 14px/14px 'Oswald', sans-serif;
    border: none;
    margin-top: 15px;
    display: block;
}

a.standings-go, a.standings-go:visited, a.standings-go:hover {
	display: block;
    background-color: #e91b23;
    width: 15px;
    padding: 0 5px;
    color: white;
    border: 1px solid black;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    float: right;
}

table.rankings .hide {
	display: none;
}

 




.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #0f0;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #f00;
}


@media screen and (max-width: 479px) {
	/*table.rankings .icon {display: none;}*/
}
