.cryptocalctabbed {
	position: relative;
}

.cryptocalctabs {
	position: relative;
	z-index: 2;
	text-align: center;
	border: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

.cryptocalctabs > li {
	float: none;
    display: inline-block;
	cursor: pointer;
    font-weight: inherit;
    margin: 0;
    border: 0;
    outline: 0;
    padding: 10px 3px;
    filter: grayscale(100);
    -webkit-filter: grayscale(100);
    -moz-filter: grayscale(100);
    -ms-filter: grayscale(100);
    opacity: .5;
    line-height: 1.42857143;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	box-shadow: none !important;
}
.cryptocalctabs > li.active {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    opacity: 1;
}

.cryptocalctabs > li > img {
	max-width: 44px;
	height: auto;
}

.cryptocalctabs-content {
	text-align: center;
    margin-top: 30px;
}

.cryptocalctab {
	min-width:463px;
	width:100%;
	min-height:525px;
	height:525px;
	max-height:525px;
	display:inline-block;
	position:relative;
	box-sizing:unset
}

.hidecopyright {
    width: 150px;
    height: 20px;
    background: #FFF;
    position: absolute;
    right: 3px;
    bottom: 97px;
}