﻿    .container-tables {
        width:98%;
        display: flex;
        margin:0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
        //align-items: flex-start; /* 左右表格高度自控 */
    }

    .container {
        width: 98%;
        margin: 0 auto;
    }

    .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;
    }

    .iterms-title-style {
        height: 21px;
        background-color: #f2f4ff;
        width:98%;
        margin: 0 auto;
        text-align: center;
    }

    .logo-style, 
    .motto-style, 
    .links-style, 
    .menu-style, 
    .form-style, 
    .iterms-style,
    .iterms-title-style {
        color:#333333;
        font-size:12pt;
        line-height:14pt;
        font-family:Arial,Helvetica,sans-serif;
    }

	.iterms-style {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* 水平居中对齐 */
        align-items: center; /* 垂直居中对齐 */
		height: auto; 
		line-height:22px;
    }

    A.blue, 
    A.blue:hover,
    A.blue:active {
        font-size: 12pt;
        line-height: 14pt;
        font-family: Arial, Helvetica, sans-serif
    }
    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;
    }

    .title-style {
        width: 60%;
        height: auto;
        color: #002f64;
        font-size:10pt;
        line-height:200%;
        margin: auto;
        text-align: center;
        vertical-align: middle;
        overflow: auto;
        word-break: break-all;
    }

    table {
        width: 100%;
        border: 0px solid black;
        border-spacing: 0;
        margin:0 auto;
        border-collapse:collapse;
    }
     th, td {
        height: auto;
        padding: 5px;
		text-align: center;
		vertical-align:middle;
		border:1px solid #dddddd;
        color: #333333;
        font-size: 12pt;
        line-height: 14pt;
        font-family: Arial, Helvetica, sans-serif;
        word-break:break-all;overflow:auto;
    }
	th {
		cursor: default;
	}
	td {
		cursor: pointer;
	}
	td:nth-child(1) { width: 70%; }
    td:nth-child(2) { width: 30%; }
    th:nth-child(1) { width: 70%; }
    th:nth-child(2) { width: 30%; }

        .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 (max-width: 768px) {
        .table {
			width: 100%;
		}
	}
