 
em {
    font-style: italic;
}
#fixedbtn {
    position: fixed;
    right: 0;
    top: initial;
    bottom: 300px;  
    z-index: 4;
    }
    #fixedbtn .demo {
    color: #fff!important;
    background: #34ad65;
    text-align: center;
    display: block;
    height: 90px;
    font-weight: 500;
    font-size: .75em;
    letter-spacing: -.1px;
    line-height: normal;
    vertical-align: middle;
    border-radius: 0;
    width: 60px;
    padding: 10px 16px 0;
    text-transform: capitalize;
    }

		.box-table {
    width: 76%;
}
.box-table td {
    padding: 2px 5px;
    border: 1px solid #ccc;
	vertical-align: middle;
}
	#scroll table, #scroll table tr td {border:solid 1px #ddd; vertical-align: middle}
#scroll table tr th {background:#efeeee;padding:5px;}
#scroll table tr th:nth-child(1){vertical-align:middle;border-right:solid 1px #d4d3d3}
#scroll table tr th:nth-child(2){border-bottom:solid 1px #d4d3d3;border-right:solid 1px #d4d3d3}
#scroll table tr th:nth-child(3){border-bottom:solid 1px #d4d3d3;border-right:solid 1px #d4d3d3}
#scroll table tr th:nth-child(4){border-bottom:solid 1px #d4d3d3;border-right:solid 1px #d4d3d3}
#scroll table tr td {padding:10px;}
	#meGDPRMessage .checkmarkgdpr{background:#fff;height:10px;width:10px;border:1px solid #ccc;margin-right:5px;display:inline-block;cursor:pointer;position:relative}#meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {width:2px;height:5px;border:1px solid #000;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);display:block;content:'';position:absolute;top:1px;left:3px}