/**
 * @file
 * Visual styles for Newsplus's more links.
 */
.more-link {
  text-align: center;
  clear: both;
}

.more-link a {
  padding: 5.5px 32px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: #c5c5c5 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  vertical-align: middle;
}

.view-link a {
  font-size: 12px;
  text-decoration: none;
}

.teaser-link {
  margin-top: 4px;
}

.teaser-link-right {
  float: right;
  margin: 8px 8px 8px 0;
}

.teaser-link a {
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
}

.more-link a:after,
.view-link a:after,
.teaser-link a:after {
  content: " \f101";
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 14px;
  padding-left: 4px;
}

.footer-area .more-link {
  text-align: left;
}
.footer-area .more-link a {
  margin-top: 0;
}

.tab-content .more-link {
  padding-bottom: 10px;
}

.sidebar .more-link {
  border-bottom: 6px solid #ebebeb;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.sidebar .more-link a {
  margin-top: 5px;
  font-size: 12px;
}

.more-link {
  text-align: center;
  clear: both;
}
