﻿    .container {
        width:98%;
        display: flex;
        margin:0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start; /* 左右表格高度自控 */
    }

    .above-line {
        width: 98%;
        height: auto;
        text-align: center;        //display: inline-block;
        display: flex;
        margin:0 auto;
        align-items: center;
        justify-content: center;
    }

    .logo-style {
        width: 20%;
        height: auto;
        display: inline-block;
        align-items: center;
        justify-content: center;
        }

    .motto-style{
        width: 40%;
        height: auto;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .links-style {
        width: 40%;
        height: auto;
        display: flex;
	flex-wrap: wrap;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .left-side,
    .right-side {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .left-side {
        width: 40%;
    }

    .right-side {
        width: 60%;
   }

    .left-wrapper,
    .right-wrapper {
        width: 99%;
    }
	
    .left-wrapper {
        border: 1px solid black;
    }

    table {
        width: 100%;
        border-spacing: 0;
        margin:0 auto;
        border: 0px solid black;
        border-collapse:collapse;
    }

	td {                 /* make table border */
    border: 0px solid black; /* Add a border to table cells */
    padding: 5px;
    //text-align: center;
  }
	th {                 /* make table border */
    border: 0px solid black; /* Add a border to table cells */
    padding: 5px;
    text-align: right;
  }

    th, td, 
    .div-title,
    .div-content,
	.div-items {
        height: auto;
        padding: 5px;
        color: #333333;
        font-size: 12pt;
        line-height: 14pt;
        font-family: Arial, Helvetica, sans-serif;
        word-break:break-all;overflow:auto;
    }

    .div-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* 水平居中对齐 */
        align-items: center; /* 垂直居中对齐 */
        line-height:30px;
    }

    /* Set the widths for columns in the left table */
    .left th:nth-child(1) { width: 30%; text-align: right;}
    .left th:nth-child(2) { width: 70%; text-align: left;}
    .left td:nth-child(1) { width: 30%; text-align: right;}
    .left td:nth-child(2) { width: 70%; text-align: left;}

    /* Set the widths for columns in the right table */
    .right th:nth-child(1) { width: 65%; text-align: left;}
    .right th:nth-child(2) { width: 20%; text-align: left;}
    .right th:nth-child(3) { width: 15%; text-align: right;}
    .right td:nth-child(1) { width: 65%; text-align: left;}
    .right td:nth-child(2) { width: 20%; text-align: left;}
    .right td:nth-child(3) { width: 15%; text-align: right;}

    .div-title {
        background-color: #f2f4ff;
    }

    .div-content,
	.div-title {
        display: flex;
        align-items: center;
        justify-content: center;
		text-align: center;
        height: auto;
        border: 0px solid black;
		padding:5px;
		line-height: 120%;
    }

    .blank-col {
        height: 5px;
        border: 0px solid black;
    }

    .center-col {
		font-size: 10pt;
		line-height: 150%;
        text-align: center;
        border: 0px solid black;
    }

    .logo-style, 
    .motto-style, 
    .links-style, 
    .menu-style, 
    .form-style {
        color:#333333;
        font-size:12pt;
        line-height:14pt;
        font-family:Arial,Helvetica,sans-serif;
    }

    A.blue, 
    A.blue:hover,
    A.blue:active {
        font-size: 12pt;
        font-family: Arial, Helvetica, sans-serif;
		//padding: 5px;
		line-height: 120%;
    }
    A.blue {
        color: #003366;
    }
    A.blue:hover {
        color: #ff9933;
    }
    A.blue:active {
        color: #cccccc;
    }

    .dragMe {
        position:relative;
        max-width:100%;
        max-height:100%;
        width:auto;
        height:auto;
    }

    .hr-style {
        width: 98%;
        margin: auto;
        clear: both;
    }

    .menu-style {
        width: 100%;
        height: auto;
        text-align: left;
        vertical-align: top;
        word-break: break-all;
        overflow: auto;
    }

    .form-style {
        text-align: center;
        vertical-align: top;
    }

    .search-style {
		height: 30px;
        width: 50%;
        font-size: 14pt;
        color: #5a5a5a;			//dark gray
    }

    .title-style {
        width: 60%;
        height: auto;
        color: #002f64;
        font-size:10pt;
        line-height:25pt;
        margin: auto;
        text-align: center;
        vertical-align: middle;
        overflow: auto;
        word-break: break-all;
	}

    .title-col {
        background-color: #f2f4ff;
        height: 30px;
        text-align: center;
        vertical-align: midle;
        border: 0px solid black;
    }

    caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	display: table-caption;
	text-align: center;
	line-height: 30px; /* Adjust the line-height value as needed */
	background-color: #f2f4ff;
	padding: 5px;
	}

    .inCaption {	/* Set text within Caption cell  */
		color:#ff0000;
		font-size: 10pt;
		width:80%;
		line-height: 120%; 
		margin:auto;
	}

    .social-image-style {
		width:20px;
		height:20px;
		//float:left; 
		//margin-left:20px;
		//margin-right:5px;
	}

	.searchButton {
  width: 35px;
  height: 35px;
  vertical-align: bottom;
  background-image: url('/images/search-icon.png');
  background-size: cover;
  border: none;
  cursor: pointer;
  text-indent: -9999px; /* Hides the "Submit Query" text */
  margin-left: -4px; /* Adjust this value to remove the gap */
}

    @media screen and (max-width: 768px) {
        .container {
        flex-direction: column;
		}
		
		.left-side,
		.right-side {
			width: 100%;
		}
    }