/* Add here all your CSS customizations */

@media (min-width: 992px) {
   body {
       padding-top: 128px;
   }

   body #header {
       border-bottom: 1px solid #e9e9e9;
       box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
       filter: none;
       position: fixed;
       top: 0;
       width: 100%;
       z-index: 1001;
   }
}

.table-striped2 > tbody > tr:nth-child(odd) > td,
.table-striped2 > tbody > tr:nth-child(odd) > th {
	background-color: #e5e5e5;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 50px;
}

.table-striped2 > thead > tr > th,
.table-striped2 > tbody > tr > th,
.table-striped2 > tfoot > tr > th,
.table-striped2 > thead > tr > td,
.table-striped2 > tbody > tr > td,
.table-striped2 > tfoot > tr > td {
	padding: 0px;
	height: 50px;
}

.table-striped3 > tbody > tr:nth-child(odd) > td,
.table-striped3 > tbody > tr:nth-child(odd) > th {
	background-color: #e5e5e5;

	height: 50px;
}

.table-striped3 {	
    border-spacing: 2px;
    border-collapse: separate;}

.table-striped3 > thead > tr > th,
.table-striped3 > tbody > tr > th,
.table-striped3 > tfoot > tr > th,
.table-striped3 > thead > tr > td,
.table-striped3 > tbody > tr > td,
.table-striped3 > tfoot > tr > td {
	padding: 20px;
	height: 50px;

}

.table-striped3 th {
	background-color: #627073;
}

.table-pricing-365 > tr > td {
	border-spacing: 20px;
	border-collapse: separate;
	padding-top: 15px !important;
	padding-right: 15px !important;
	padding-bottom: 15px !important;
	padding-left: 15px !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px !important;
	
	
	}


sup {
    vertical-align: super;
    font-size: 12px;
} 

.padding-right100 {
	padding-right: 100px !important;
	
	}
	
.h6white { color:#FFF;}



.h2_privacy {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	}
	
.h3_medium {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-transform: none;
	}


	
	
	

