/*
Custom StyleSheet for your NiceTheme
--------------

Instructions:

Include your custom CSS in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your need.

Add your custom CSS Below */
.wp-block-button__link {
	padding: 10px 0px !important;
}
.is-style-outline>.wp-block-button__link:hover {
	height: auto-flow !important;
	box-sizing: border-box !important;
}
table {
	border: 0px !important;
}
table.legend tr {
	border-bottom: 0px !important;;
}

th {
	font-size: 16px;
}
td.functionality-name {
	text-align: left !important;
	font-size: 18px;
	font-weight: bold !important;
	color: #000000 !important;
}
td span {
	text-align: left !important;
	font-size: 15px !important;
	font-weight: bold !important;
	color: #9b9b9b !important;
	font-style: italic !important;
}
.dot-available {
	background-color: #1faa98;
	border-radius: 50%;
	display: block;
	margin: 10px auto;
	height: 20px;
	width: 20px;
}
.dot-comingsoon {
	background-color: #fed48d;
	border-radius: 50%;
	display: block;
	margin: 10px auto;
	height: 20px;
	width: 20px;
}
.dot-notavailable {
	background-color: #fb3a7d;
	border-radius: 50%;
	display: block;
	margin: 10px auto;
	height: 20px;
	width: 20px;
}