table {
	max-width: 100% !important;
	width: auto !important;
}

table>colgroup>col {
    width: auto;
    width: fit-content;
}

* {
   touch-action:none;
   touch-action: pan-y;
}

.txtStyle{
	background-color: rgb(255,255,255) !important;
	max-width: 80% !important;
    width: auto !important;
    word-break:break-all;
    padding: 0px 30px 20px 30px !important;
}
#parent{
	max-width: 90% !important;
	min-width: 250px !important;
    width: auto !important;
	overflow: auto !important;
	display: inherit;
	background-color: rgb(255,255,255) !important;
	min-height: 99%;
	word-break: break-all;
}

p.western {
    min-width: 0px !important;
}

body{
	background: #f5f5f5 !important;
}
#Section{
    margin: auto auto !important;
    padding: 5px 5% 60px 5% !important;
}

.ios-scroll{
	-webkit-overflow-scrolling: touch;
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-track {
    background-color: #FBFCFC;
    border: 1px solid transparent;
    border-left: 1px solid #FBFCFC;
    border-radius: 2px;
}

*::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-radius: 5px;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #c1c1c1;
}

.contact_content_wrapper::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.contact_content_wrapper::-webkit-scrollbar-track {
    background-color: #FBFCFC;
    border: 1px solid transparent;
    border-left: 1px solid #FBFCFC;
    border-radius: 2px;
}

.contact_content_wrapper::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-radius: 5px;
}

.contact_content_wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #c1c1c1;
}