.agm_header {text-align: center; margin: 1em 0;}
.agm_content {font-size: 1.1em;width:auto;margin-left: .5em;margin-right: .5em;padding-bottom: 1em;}
.agm_content b{font-size: 1.15em !important;}
.agm_content a{color: #0090ff;}
.agm_content table th{text-align: center;text-indent:0;}
.agm_content table td{text-align: left;}
.agm_content li{text-indent:1em;}
.agm_content li h2,h3,h4{text-indent:0;}
.agm_content li li{text-indent:2em;}
.agm_content li li li{text-indent:3em;}

.txt_ct {text-align: center;}
.font_blue {color: #0078ae;}
.ul_table{text-indent:0;width:100%;overflow: auto;}
.ul_table li {
    overflow: auto;
    text-indent:0 !important;
    float: left;
    border: 1px solid #000000;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    height: 5em;
    margin: 0px auto;

    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;

    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;

    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;}
.ul_table li a{color:#0078ae !important;}
.ul_table li span {border: 1px solid #000000;}
.ul_table li span:first-child{width:30%;}
.ul_table li span:last-child{width:20%;}