/*License page*/

.page-id-110 .container {
    width: 100%;
}
table{
	width: 100%;
}
table, th, td {
  border: 1px solid #ededed;
  border-collapse: collapse;
  padding: 5px; 
  font-size: 14px;
}
table h3 {
    letter-spacing: 0px;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-family: 'PT Sans', sans-serif;
    line-height: 140% !important;
    color: #222222;
    font-size: 18px !important;
}
table td {
    font-size: 14px;
    font-weight: 300;
    color: #484848;
}
input#checkemail {
    height: 33px;
	font-size: 14px;
}
.checkmail input[type="submit"] {
    padding: 7px 6px 6px 6px;
    font-weight: 300;
    font-size: 14px;
    height: 33px;
    cursor: pointer;
    margin-left: -2px;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ededed;
    border-radius: 4px;
}
h1.bde-heading {
    font-size: 3vw !important;
    background: #1e4a7e !important;
	width: calc(100vw - 0px) !important;
    margin-left: calc(-50vw + 50% + 0px);
	color: #fff !important;
	padding: 15px;
	margin-top: 0;
	text-align: left !important;
	padding-left: 14rem;
	font-family: 'PT Sans', sans-serif !important;
    line-height: 140%;
}
/*License page end*/