/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2021 | 20:26:10 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}

.button-blue {
  color:white;
  background-color: #0077c0;
} /* Blue */

.company-privacy-policy-table {
    margin-left: auto;
    margin-right: auto;
  	border: 1px solid black; 
}

.company-privacy-policy-table td,
.company-privacy-policy-table th
{
  	height: 65px;
}

.company-privacy-policy-table tbody,
.company-privacy-policy-table tr {
  	border: 1px solid black; 
}

table.tableizer-table {
	font-size: 12px;
	border: 1px solid #CCC; 
	font-family: Arial, Helvetica, sans-serif;
} 
.tableizer-table td {
	padding: 4px;
	margin: 3px;
	border: 1px solid #CCC;
}
.tableizer-table th {
	background-color: #104E8B; 
	color: #FFF;
	font-weight: bold;
}