
#fixed-bottom-div {
    display: block;
	width: 100%;
	position: fixed;
	z-index: 9999;
    bottom: 0;
    left: 0;
	padding: 0;
	margin: 0;
    background-color: white; /* #03ed96 */
    text-align: center;
}

@media screen and (min-width: 767px) {
	#fixed-bottom-div {
		display: none;
	}
}

/* push the footer up */
@media screen and (max-width: 767px) { 
	div#nd_options_footer_4_copyright {
		padding-bottom: 100px;
	}
}

table#my-fixed-bottom {
    width: 100%;
    border-collapse: separate;
    padding: 2px;
}

table#my-fixed-bottom td{
    width: 50%;
	padding: 20px 0;
	border: solid grey 1px;
}

.fixed-button a {
	align-items: center;
	text-align: center;
	letter-spacing: 1.38px;
    text-transform: uppercase;
    justify-content: center;
	
	font-family: Source Serif Pro, sans-serif !important;
	font-size: 14px !important;
    font-weight: 400;
    line-height: 1.2;
    transition-property: all;
}

.fixed-button-left {
    background-color: #ece4e1;
    background-image: url(/wp-content/plugins/fixed-bottom-div/phone-icon.svg);
    background-position: 19%;
    background-repeat: no-repeat;
    background-size: auto;
}

.fixed-button-left a {
    color: #998b86 !important;
}

.fixed-button-right {
	background-color: #ce7668;
}

.fixed-button-right a {
    color: #fff !important;
}