.data-tab{
    display: none;
} 

div.active{
    display: block; !important;

}

li.active{
    border-bottom-color: #039be5;
    color: #039be5;  
    !important;
}



.code-button-wrapper{
    position: absolute;
    right: 20px;
    background: #a4a1a1;
    margin-top: 5px;
}

.code-button-wrapper .code-button:hover {
    cursor: pointer;
}


.code-button{
	 padding: 2px 4px;
	 line-height: unset;
	 top: unset;
	 opacity: 0.3;

}

.code-button:hover {
	background: #33333361;
	opacity: 1;
}

.light {
    background: #f5f5f5;
    white-space: pre-wrap;
}

.dark {
	background: #000;
	color: #d4b1b1;
    white-space: pre-wrap;
}
