a {
	text-decoration: none;
	color: inherit;
}

div#pfp-container {
	display: flex;
	justify-content: center;
}

div#pfp-container div#left-pfp {
	height: 25px;
	width: 25px;
}

div#pfp-container button#add-pfp {
	display: block;
	
	border-radius: 50%;
	background-color: #00ff1d;
	color: black;
	
	border: none;
	cursor: pointer;
	height: 23px;
	width: 23px;
	font-size: 20px;
}

/*
i#add-pfp {
	font-size: 15px;
	height: 23px;
	width: 23px;
	border-radius: 50%;
	background-color: #00ff1d;
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
}
*/

div#mobile-rotate {
	display: none;
}

#pfp {
  	border-radius: 50%;
}

div#follow-info {
	width: 180px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-around;
	font-size: 18px;
}

h5#followers {
	margin-top: 5px;
	margin-bottom: 5px;
}

h5#following {
	margin-top: 5px;
	margin-bottom: 5px;
}

th, td {
	border: 1px solid grey;
	text-align: center;
}

td {
	height: 70px;
}

th {
	height: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #c2c4c4
}

th.take {
	width: 30%;
}

th.odds, th.result, th.record, th.ttpct, th.gain {
	width: 5%;
}

th.overall {
	width: 7%;
}

th.date {
	width: 7%;
}

th.explanation {
	width: 23%;
}


#table #takes-table .toprow {
	height: 5px;
}

table {
	width: 92%;
	border-collapse: collapse;
	margin: 0 auto;
}

h1 {
	text-align: center;
	margin-bottom: 5px;
	color: #c2c4c4;
}

h4 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #c2c4c4;
}

tbody tr:hover {
	/*background-color: #cffafa;*/
	background-color: rgb(67, 67, 67, .3);
	/*color: black;*/
	color: white;
	border: 1px solid black;
}

.highlight {
	background-color: #cffafa;
	color: black;
	text-decoration: underline;
}

body {
	background: black;
	color: #c7c5c5;
	font-size: 16px;
}

th:hover {
	cursor: pointer;
	text-decoration: underline;
}

.green {
	color: #44D62C;
}

.red {
	color: #D22730;
}

.grey {
	color: grey;
}

.positive {
	color: #44D62C;
}

.negative {
	color: #D22730;
}

.even {
	color: grey;
}

.take-link {
	text-decoration: none;
	color: inherit;
}

.take-link:hover {
	text-decoration:underline;
}

#summary {
	font-size: 14px;
	margin-top: 50px;
}

div#summary {
	padding-bottom: 15px;
	display: flex;
	justify-content: center;
}

div#summary p.gen-info {
	margin: 5px;
}

div#follow-button, div#unfollow-button {
	width: 100px;
	height: 25px;
	margin: 0 auto;
	text-align: center;
	/*padding: 15px 0;*/
  	color: black;
	background-color: #34c3eb;
	border-radius: 10px;
	display: none;
	opacity: .7;
}

div#clear-takes-button {
	width: 100px;
	height: 25px;
	margin: 0 auto;
	text-align: center;
	/*padding: 15px 0;*/
  	color: black;
	background-color: #34c3eb;
	border-radius: 10px;
	opacity: .7;
	border-bottom: none;
}

div#follow-button p, div#unfollow-button p, div#clear-takes-button p {
	margin: 0;
	padding: 3.25px 0;
}

/*div#unfollow-button {
	display: none;
}*/

div#follow-button:hover, div#unfollow-button:hover, div#clear-takes-button:hover {
	cursor: pointer;
	opacity: .8;
}

div#follow-info h5 span {
	color: #04d9ff;
}

div#follow-info h5 span:hover {
	cursor: pointer;
	text-decoration: underline;
}

div#cleared-msg {
	display: none;
	position: absolute;
	text-align: center;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 5px;
	margin-bottom: 5px;
	left: 0;
	right: 0;
}

.clear-takes-button-class {
  position: relative;
  border-bottom: 1px dotted black;
}

.clear-takes-button-class .tooltiptext-middle {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -125px;
}

.clear-takes-button-class:hover .tooltiptext-middle {
  visibility: visible;
}

@media only screen and (max-width: 600px) {
  a.take-link {
    text-decoration: underline;
  }

  #table #takes-table {
  	width: 100%;
  	font-size: 12px;
  }

  th.explanation {
  	display: none;
  }

  th.result, td[column="result-entry"] {
  	display: none;
  }

  .explan-col {
  	display: none;
  }

  #pfp {
  	height: 100px;
  	width: 100px;
  }

  h1 {
  	font-size: 20px;
  }

  h4 {
  	font-size: 14px;
  }

  .final {
  	margin-bottom: 15px;
  }

  p.gen-info {
  	display: flex;
  	flex-direction: column;
  }

  div#summary span#total-takes, span#overall-record, span#overall-gain {
  	margin: 0 auto;
  }

  div#summary p#overall-pct-div, p#overall-pct-gain-div {
  	display: none;
  }

  div#mobile-rotate {
  	margin-top: 0;
  	margin-bottom: 5px;
  	opacity: .5;
  	color: #c7c5c5;
  	font-size: 12px;
  	display: block;
  }

}

@media only screen and (max-width: 800px) {
	#pfp {
		height: 100px;
		width: 100px;
	}
}
