﻿.more_btn{
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 40px;
  color: #fff;
  text-decoration: none;
  background-color: #aaa;
  background-image: url("/common/images/module_link-list_icon_s.png");
  background-size: 28px 8px;
  background-position: 20px center;
  background-repeat: no-repeat;
  cursor: pointer;
}