.row.content {height: 1500px}
.sidenav {
	background-color: #f1f1f1;
	height: 100%;
	max-width: 300px;
}
.sidenav a {
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #000;
}

.dropdown-menu {
	padding-left: 10px;
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

@media screen and (max-width: 767px) {
  .sidenav {
	height: auto;
	padding: 15px;
  }
  .row.content {height: auto;} 
}


.ability {
	float: left;
	padding-top: 1px;
	width: 320px;
	max-width: 100%;
    overflow: visible !important;
    color: #fff;
    border-radius: 10px;
	border: 3px solid #777;
	background-color: #080d21;
	font-family: Verdana, "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding-bottom: 8px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.ability span, 
.ability b {
	font-size: 12px;
    line-height: 17px;
	color: white;
}
.greentext {
	color: #1eff00 !important;
}
.yellowtext {
	color: #ffd100 !important;
}
.greytext {
	color: #9d9d9d !important;
}
.redtext {
	color: #ff0000 !important;
}

.float-right {
	float: right;
}
p {
	padding: 10px; 
	text-align: justify;
}
h3 {
	text-decoration: underline;
}

.hr {
	background-color: #ababab; 
	border: 1px solid #ababab; 
	border-radius: 3px; 
	height: 2px;
}