
		h3 {
			margin-left: 10px;
		}
		table {
			border-collapse: collapse;
			width: 100%;
		}
		th, td {
			border: 1px solid black;
			padding: 4px 8px;
		}
		sup, sub {
			font-size: 10px;
		}
		pre {
            background-color: #f4f4f4;
            padding: 10px;
            border-radius: 5px;
            overflow-x: auto; 
            font-family: 'Consolas', 'Monaco', monospace; 
        	margin: 10px;
        	margin-left: 0px;
        }
		td p, th p, br {
			margin: 0px;
			padding: 0px;
		}
		.td-with-table {
			margin: 0px;
			padding: 0px;
		}
		.td-with-table table {
		    border: 5px solid white;
		    table-layout: fixed;
		}
		th {
			background: #1E4EA5;
			color: white;
		}
		.v-text {
			writing-mode: vertical-rl;
			white-space: nowrap;
			transform: scale(-1);
		}
		.c-text {
			text-align: center; 
		}
		.img-center {
			text-align: center;
		}
		.no-border td {
			border: 0px;
		}
		.top-text td {
			vertical-align: top;
		}
		ol, ul, p {
			margin: 10px;
		}
		ol, ul {
			padding: 0px 10px;
		}
		.my-list {
		  	list-style: none;
		}
		.my-list li {
			margin-left: 12px;
			text-align: justify;
		}
		.my-list li::before {
			  content: "\2013"; 
			  display: inline-block;
			  width: 1em; 
			  margin-left: -15px;
		}
		.subtitle {
			font-size: 19px;
		}
		.float-img {
			float: right;
			margin-left: 10px;
		}
		
		.circle {
			width: 10px; 
			height: 10px;
			border-radius: 50%;
			border: 1px solid black;
			margin: 3px;
		}
		  .circle-container {
		    width: 40px;
		    display: flex; 
		    flex-wrap: wrap;
		
		  }
		  .center {
		    display: flex;
		    width: 100%;
		    justify-content: center;
		  }
	    #idication-table td {
			vertical-align: top;
	    }
	    
