#result {
	position: absolute;
	width: 100% !important;
	width: calc(100% - 150px) !important;
	max-width: 870px;
	cursor: pointer;
	overflow-y: auto;
	max-height: 400px;
	box-sizing: border-box;
	z-index: 1001;
	background: white;
}

search .question-input {
    width: 100%;
    border-radius: 0;
    border-color: 
    #dfdfdf;
    box-shadow: none;
    font-family: 'Roboto',Helvetica, arial, sans-serif;
    height: 46px;
    font-weight: 300;
}

li.list-group-item.link-class:hover {
	background: #fdfdfd;
	color: black;
	/* text-align: left; */
	/* padding-left: 19px; */
}

li.list-group-item.link-class {
	width: 100%;
	height: 35px;
	background: #fdfdfd;
	color: #919191;
	margin-bottom: 2.5px;
	padding-left: 17px;
	text-align: left;
}

div#content-height {
	overflow: inherit;
}

.highlight {
	background-color: white !important;
	font-weight: bold;
}

button#btnSearch {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

li.list-group-item.link-class:hover {
	background: #fdfdfd;
	color: black;
	/* text-align: left; */
	/* padding-left: 19px; */
}

li.list-group-item.link-class {
	width: 100%;
	height: auto;
	background: #ffffff;
	color: #919191;
	margin-bottom: 2.5px;
	padding-left: 17px;
	text-align: left;
	border-bottom-style: solid !important;
	border-width: 1px !important;
	border-color: #e6d0d0 !important;
	padding-top: 12px;
	padding-bottom: 12px;
}

div#content-height {
	overflow: inherit;
}

.highlight {
	background-color: white !important;
	font-weight: bold;
}

button#btnSearch {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

#result {
	position: absolute;
	width: 55%;
	max-width: 870px;
	cursor: pointer;
	overflow-y: auto;
	max-height: 400px;
	box-sizing: border-box;
	z-index: 1001;
}
#result li.list-group-item.link-class{
	margin: 0;
	border: none;
}

.grayBlock .inline.twitter {
	background-color: #4eaee9;
	padding: 8px 8px;
}

.grayBlock .inline.twitter {
	background-color: #4eaee9;
	padding: 8px 8px !important;
}

.grayBlock .inline.facebook {
	background-color: #385790;
	padding: 8px 12px !important;
}

span.fontSpan {
	font-family: 'Roboto', Helvetica, arial, sans-serif;
	font-size: 14px !important;
	position: relative;
	left: 3px;
	top: 2px;
	font-weight: 900;
}



a.paginate_button {
    border-style: solid;
    border-width: 2px!important;
    border-color: #5e99a9!important;
    padding: 0.3rem 0.5rem!important;
}
a.paginate_button.current {
    background: #4397a8!important;
    border-style: solid;
    border-width: 2px!important;
    border-color: #4397a8!important;
    color: white!important;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fdfdfd !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}
.grayBlock .inline.whatsapp {
	padding: 12px 12px 12px 12px;
	background-color: #189D0E;
	border-style: none;
}

button.inline.facebook {
    border-style: none;
}

 

button.inline.twitter {
    border-style: none;
}
.grayBlock .inline.whatsapp {
    padding: 8px 9px;
    background-color: #189D0E;
    border-style: none;
}

button.inline.facebook:focus {
    outline: none!important;
}

 

button.inline.twitter:focus {
    outline: none!important;
}

 

button.inline.whatsapp:focus {
    outline: none!important;
}

body {
    overflow-x: hidden!important;
}

.faq-body img{
	width: 100%;
}

#categories.categories .content-title .category-link span {
    color: #0097A9;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    position: relative;
    top: 1px;
}  

#popular.accordion.container .faq {

padding: 0 35px 0 0;
	height: 70px;
}
@media (min-width: 300px) and (max-width: 426px) {
	.faq-body img{
		width: 100% !important;
	}
}