@keyframes show_opacity {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
@keyframes hide_opacity {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }
.text-warn {
  color: #cc0000; }

.text-bold {
  font-weight: 500; }

div.FS2_GroupList {
  width: 980px;
  margin: 0 auto; }
  div.FS2_GroupList p.pager {
    display: none; }
  div.FS2_GroupList br {
    display: none; }
  div.FS2_GroupList div.groupLayout div table#FS2_itemlayout_list_D tr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 5px 0;
    width: 980px; }
  div.FS2_GroupList div.groupLayout div table#FS2_itemlayout_list_D td {
    padding: 0; }
  div.FS2_GroupList div.groupLayout div table#FS2_itemlayout_list_D td.FS2_itemlayout_list_D_icon {
    display: none; }
  div.FS2_GroupList div.groupLayout div table#FS2_itemlayout_list_D td.FS2_itemlayout_list_D_name {
    display: block;
    width: auto;
    margin: 5px; }
    div.FS2_GroupList div.groupLayout div table#FS2_itemlayout_list_D td.FS2_itemlayout_list_D_name a {
      text-decoration: none;
      position: relative;
      padding: 9px 25px 9px 10px;
      border: 1px solid #cccccc;
      line-height: 14px;
      font-weight: 400;
      border-radius: 4px;
      transition: 0.15s;
      display: block;
      background-color: #fff; }
      div.FS2_GroupList div.groupLayout div table#FS2_itemlayout_list_D td.FS2_itemlayout_list_D_name a span.FS2_itemlayout_list_D_arrow {
        display: none; }
    div.FS2_GroupList div.groupLayout div table#FS2_itemlayout_list_D td.FS2_itemlayout_list_D_name a:hover {
      color: #fff;
      background-color: #197dcb; }
    div.FS2_GroupList div.groupLayout div table#FS2_itemlayout_list_D td.FS2_itemlayout_list_D_name a::after {
      content: '';
      width: 6px;
      height: 6px;
      border: 0px;
      border-top: solid 2px #197dcb;
      border-right: solid 2px #197dcb;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 12px;
      margin-top: -5px; }
    div.FS2_GroupList div.groupLayout div table#FS2_itemlayout_list_D td.FS2_itemlayout_list_D_name a:hover::after {
      border-top: solid 2px #fff;
      border-right: solid 2px #fff; }
