/* This is append css file for handle additional CSS append rules wihtout page regeneration. */

/** Uncopmment the following to make the whole site in Grey mode. */
/**
html {
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray; 
    filter: grayscale(100%);
}
*/

 @media (max-width: 768px) {
		

.ra_table_cell {
		display:block;
	  }
.ra_table_cell:before {
    content: attr(data-title);
    float: left;
    font-weight: bold;
  }
.ra_table_cell {
    
   text-align:left !important;
    
  }
.ra_table thead{
display:none;
}
.ra_table tr{
border-bottom-width: 10px;
    border-bottom-color: white;
}
      }

    
	  
	 
	  
	  .ra_table_cell {
		border: 1px solid #d1d5db;
		vertical-align: top !important;
	  }

	 .no_wrap_text {
		white-space: nowrap;
	  }
	  
	 .center_text {
		text-align: center;
	  }		   
	  
	  .ra_table {
		  border-collapse: collapse;
		  border: 1px solid #d1d5db;
		  font-size: 16px;
	  }

.layout-faq-listing .answer a 
{
text-decoration-line: underline;
text-decoration-thickness:1.2;
}

.layout-pe_form #others::placeholder {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity));
}

.layout-pe_form #story::placeholder {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity));
}
