.unchecked{
	opacity:0.2;
	cursor: pointer;
}

a.unchecked{
	opacity:0.2;
}

.unchecked:hover{
	opacity:1;
	color:#ff0000;
}

.activebutton{
	cursor: pointer;
}

.activebutton:hover{
	color:#ff0000;
}

.big-icon{
	font-size:2em;
}

.greyed-dark{
	/*color:#4f4f4f;*/
	opacity:0.2;
}

.greyed{
	opacity:0.2;
	cursor: not-allowed;
}

.medium-icon{
	font-size:1.3em;
	padding:0px 10px 0px 10px;
}

.dim-icon:hover {
    opacity: 1;
}
.dim-icon {
    opacity: 0.1;
}

.title{
    margin-bottom: 60px;
}

.full-width-button{
	width: 100%;
	margin-top: 15px;
}

p.earnings {
    font-size: 2em;
    margin-top: -0.5em;
}

table.table-dark a {
    color: white !important;
    font-weight: 600;
}

table.table-dark a:hover {
    color: #ffe200 !important;
}