.wideContain div#content {
    width: 100%;
}
#content h1.spek-head {
    background: #0070ba;
    color: #fff;
    font-size: 17px;
    margin: 0 0 0px;
    line-height: 38px;
    padding: 0px 10px;
    border-radius: 10px;
}
#content .dataviewer-search form input.form-control{
    padding: 19px 50px 14px 23px;
    border: none;
    border-radius: 10px !important;
    background-color: #fff;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: 'Arial MT Light';
    font-size: 22px !important;
    margin-bottom: 15px;
}   
#content ul.list-items {
    padding: 0 0 19px;
    column-count: 3;
    column-gap: 40px;
    list-style: none;
}
#content ul.list-items li:before{
    display: none;
}
#content ul.list-items li a {
    font-weight: bold;
    color: #0070ba;
    color: #004476;
}
#analysedetail tr td:first-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
#analysedetail tr td:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
table#analysedetail tr:nth-child(even) td {
    background: #f5f5f5;
}
#content .analysedetail-subtable tbody tr:last-child {
    border-left: 2px solid #fff;
    width: 65%;
}
#content .analysedetail-subtable tbody tr:first-child {
    width: 10%;
}
#content .analysedetail-subtable tbody tr:nth-child(2) {
    width: 25%;
}

#analysedetail tbody tr td:last-child {
    width: 65%;
}
img.analys-img {
    width: 200px;
    margin-top: 20px;
}
.toHide {
    display: none;
}
.tooltipster-base .tooltipster-box .tooltipster-content{
    text-align: right;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{
    border-right-color: #000000;
}
#content .analysedetail-subtable tbody {
    display: flex;
}
#content .analysedetail-subtable tbody > tr {
    display: flex;
    flex-direction: column;
    padding: 6px 0px;
}
#content .analysedetail-subtable tbody tr td {
    border: 0px dotted #b9b8b8;
    width: 100%;
    word-break: break-word;
    padding: 2px 12px 2px;
}
#content .dataviewer-search form .input-group-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	display:none;
}
#content .dataviewer-search form .input-group-btn .btn {
    text-transform: capitalize;
    transition: 0.5s all;
}
#content .dataviewer-search form .input-group-btn .dataviewer-search-additional{
    position: relative;
}
#content .dataviewer-search form .input-group-btn .dataviewer-searchstring {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 12px;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}
#analysedetail .forToolTip .info-div:after {
    width: 15px;
    height: 16px;
    background-size: 15px 15px;
}
#content .dataviewer-search form .input-group-btn .dataviewer-search-additional a.button {
    text-transform: capitalize;
    background: #9fa1a2;
    padding: 13px 14px;
    border-radius: 4px;
    color: #ffffff;
    transition: 0.5s all;
    margin-right: 0px;
}
#content .dataviewer-search form .input-group-btn .dataviewer-search-additional a.button:hover{
    background: #004476;
}
#analysedetail p{
    margin-bottom: 0px;
}
#content table tr td[colspan="2"] {
    padding: 0px;
}
#content table tr td[colspan="2"].hide{
    display: none;
}
#content table.analysedetail-subtable {
    margin: 0;
}
#content .analysedetail-subtable tbody tr td p {
    margin-bottom: 0px;
}

.info-div{
  z-index:1;
}

#analysedetail tr.forToolTip p{
  display:inline-block;
}

#analysedetail .info-div{
  top:3px;
  left:auto;
  margin-top:0;
  display:inline-block;
}

.nextPrev-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
}

.nextPrev-title a{
    font-weight: normal !important;
}

.nextPrevIcon {
    color : #0070ba;
}


@media (max-width: 1024px){
    #content ul.list-items {
        column-gap: 20px;
    }
}
@media (max-width: 768px){
    #content ul.list-items {
        column-count: 2;
    }
}
@media (max-width: 527px){
    #content ul.list-items {
        column-count: 1;
    }
}

.dataviewer-pager a {
    padding: 25% 0;
}

.dataviewer-pager li.active a {
    background: #004476;
    color: #FFF !important;
}

table#analysedetail p:last-of-type + br {
    display: none;
}

#analysedetail p b:first-child {
    padding-top: 0px !important;
}

.dataviewer-pager{ 
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
    margin: 5px 0;
}

#content ul.list-items li {
    display: block;    
    word-break: break-word;    
}
#content ul.list-items li.tittle{

    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    
}

@media only screen and (max-width: 1025px){
    #content .dataviewer-search form .input-group-btn .dataviewer-search-additional a.button{    
    font-size: 14px;    
    padding: 10px 12px;    
    margin: 0 16px 0 0;    
    height: 34px;    
    display: inline-flex;    
    align-items: center;    
    justify-content: center;    
    }
}
@media only screen and (max-width: 767px){
    #content .dataviewer-search form .input-group-btn .dataviewer-search-additional a.button{    
        font-size: 13px;    
        padding: 15px 12px;    
        height: 43px;    
    }
}
@media only screen and (min-width:768px) and (max-width: 1025px){
    .g-recaptcha{
        margin-left: 29.4% !important;    
        margin-bottom: 15px    
    }    
}
    
@media only screen and (max-width:767px){    
    .g-recaptcha{    
        margin-left: 0 !important;    
        margin-bottom: 10px    
    }
}


/* @media only screen and (min-width:768px) and (max-width: 1025px){
    .g-recaptcha{    
        margin-left: 29.4%;    
        margin-bottom: 15px;    
    }    
}
    
@media only screen and (max-width:767px){    
    .g-recaptcha{    
        margin-left: 0;    
        margin-bottom: 10px;   
    }

} */