@charset "utf-8"; .table-fa { border: 1px solid #e9e9e9; border-collapse: collapse; border-radius: 5px; width: 100%; text-align: center; font-size: 14px; color: #666; } .thead-fa { display: table-header-group; vertical-align: middle; border-color: inherit; } .tr-fa { display: table-row; vertical-align: inherit; border-color: inherit; } .th-fa { border: 1px solid #e9e9e9; width: 30%; padding: 5px; height: 50px; border-bottom-width: 2px; text-align: center; display: table-cell; vertical-align: inherit; font-weight: bold; background-color:#f3f3f3; font-size: 20px; cursor:pointer; } .td-fa { border: 1px solid #e9e9e9; padding: 5px; height: 50px; border-bottom-width: 2px; text-align: center; display: table-cell; vertical-align: inherit; font-weight: bold; font-size: 20px; } .td-none { border: 1px solid #e9e9e9; padding: 5px; height: 54px; border-bottom-width: 2px; text-align: center; font-size: 20px; color: #666; } .orgCard { display: flex; border-width: 2px; width: 88%; margin: 5px auto; }