#masthead {
	max-height: 140px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 10px 10px 6px 18px;
}
@media only screen and (max-width:390px) {
.custom-logo {
    max-width: 110px;
	}
table {
	font-size: x-small;
	}
table.dataTable thead th, table.dataTable thead td,
table.dataTable tfoot th, table.dataTable tfoot td,
table.dataTable tbody th, table.dataTable tbody td,
table thead th,
table thead td,
table tfoot th,
table tfoot td,
table tbody th,
table tbody td {
    padding: 10px 0px 6px 10px;
}
}
@media only screen and (max-width:414px) {
h1, .site-title {
    font-size: 20px;
}
a.more-link {
	width: 100%;
}
}
@media screen and (min-width: 1000px){
.layout-2c-r #sidebar-primary {
    padding-right: 2%;
}
.layout-2c-l #sidebar-primary, .layout-2c-r #sidebar-primary {
    padding-left: 0%;
    width: 27%;
}
.layout-2c-r .content-area {
    padding-left: 2%;
    padding-right: 0;
}
.layout-2c-l .content-area, .layout-default .content-area, .layout-2c-r .content-area {
    width: 73%;
}
}
a.more-link {
	float: right;
	background-color: lightgray;
	min-width: 250px;
	text-align: center;
	margin-bottom: 25px;
}
.entry-content,
.entry-summary,
.entry-footer,
.layout-1c #sidebar-primary > .wrap {
	max-width: 1100px;
}
.search-submit {
  width: 80px;
	height: 46px;
	top: 2px;
	right: 2px;
}
.search-field {
	height: 50px;
}
.widget ul > li::before {
	content: none;
}
#menu-item-1115 {
	font-weight: bold;
}
[title~=charts],[title~=Javascript] {
	display: none!important;
}
.panel-grid {
  margin-bottom: 0px!important;
}

/*Sets side widget title color and removed the hover gray underline*/
.widget-title a {
  color: #303030;
}
.widget-title a:hover {
	text-decoration: none;
}

/*Set knowledgebase content containers*/
#kbe_container, #kbe_content {
	width: 100% !important;
}

/*Knowledge search form*/
#epkb-search-kb, button {
	border-radius: 0px !important;
	margin-top: 0px;
	border-width: 2px !important;
}

.widget a {
	color: #9b1c51 !important;	
}

.youtube-video-embed {
	text-align: center;
	margin: 20px 0px;
}