.tablesl {
				border-collapse: collapse !important;
				margin: 0 auto !important;
				text-align: center;
				width: 100%;
			}

			.tablesl td {
				border: 1px solid #F2F2F2 !important;
				height: 35px;
				/* background-color: #F2F2F2; */
				padding: 5px;
			}

			.tablesl thead th {
				width: 100px;
				/* text-underline: initial;
				font-weight: bold; */
			}
			
			
			
			
			.tableslsm {
							border-collapse: collapse !important;
							margin: 0 auto !important;
							text-align: center;
							width: 100%;
						}
			
						.tableslsm td {
							border: 1px solid #F2F2F2 !important;
							height: 28px;
							/* background-color: #F2F2F2; */
							padding: 5px;
						}
			
						.tableslsm thead th {
							width: 100px;
							/* text-underline: initial;
							font-weight: bold; */
						}
						
						.tableslssm {
										border-collapse: collapse !important;
										margin: 0 auto !important;
										text-align: center;
										width: 100%;
									}
						
									.tableslssm td {
										border: 1px solid #F2F2F2 !important;
										height: 28px;
										/* background-color: #F2F2F2; */
										padding: 5px;
									}
						
									.tableslssm thead th {
										width: 100px;
										/* text-underline: initial;
										font-weight: bold; */
									}