@charset "UTF-8";
/* CSS Document */

td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.ol_contributor {
    list-style-type: decimal;
    list-style-position: outside;
}

.ol_contributor li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -5px;
	text-align: justify;
	
}


blockquote {
	font-size: small;
}


.sidebar_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.sideBoxShadow {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.10);
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.styleRefSubmitG {
	text-indent: -2em;
	font-size: 12px;
	margin-left: 2em;
}

/* Change all header color to #009900 */
h1, h2, h3, h4, h5, h6 {
	color: #009900;
}

/* 14 July 2023 */
/* primary button */
.btn-primary {
  background-color: #009900;
  border-color: #009900;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active    {
    background-color: #009900;
    border-color: #009900;
}

a {
    color: #009900;
}
