.neticrm-footer {
  width: auto;
  background-color: #555;
  padding: 10px;
  color: #CCC;
  position: relative;
  line-height: 1.15em;
}
body.anonymous .neticrm-footer{
  color: #aaa;
}
.neticrm-footer-center {
  text-align: center;
  font-size: 11px;
}
.neticrm-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  font-size: 11px;
}
.neticrm-footer-left .item-list ul{
  position: absolute;
  top: 10px;
  left: 20px;
  text-align: left;
}
.neticrm-footer-right .item-list ul{
  position: absolute;
  top: 10px;
  right: 20px;
  text-align: right;
}
.neticrm-footer-right .item-list ul li,
.neticrm-footer-left .item-list ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.neticrm-footer a, .neticrm-footer a:hover, .neticrm-footer a:visited, .neticrm-footer a:link {
  color: #FFF;
}

/* Dashboard */
.neticrm-dashboard {
  width: 285px;
  float: left;
  min-height: 160px;
  _height: 160px;
  text-align: center;
  padding: 5px 10px;
  margin:5px;
  border: 1px solid #DDD;
  border-radius: 3px;
}
.neticrm-dashboard a {
  display: block;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  font-size: 15px;
  font-family:"微軟正黑體","Lucida","Lucida Grande","Trebuchet MS",Tahoma,Verdana,sans-serif;
}
.neticrm-dashboard a:hover {
  background-color: #F3F3F3;
}
#neticrm-home .neticrm-dashboard .description{
  text-align: left;
  font-size: 15px;
  line-height: 20px;
}
.sharethis {
  position: fixed;
  left: 3%;
  width: 70px;
  padding: 5px 0 2px 0;
  text-align: center;
  border: 1px solid #ccc;
  background: rgb(255,255,255);
  background: rgba(255,255,255,.9);
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .sharethis {
    display: none;
  }
}

@media screen and (max-height: 800px) {
  .sharethis {
    bottom: 15%;
  }
}

.crm-share-item {
  margin-bottom: 5px;
}
.crm-share-item:last-child {
  margin-bottom: 0;
}
.crm-share-item-twitter {
  margin-bottom: 2px;
}
