#meta_tag_textbox{
    margin-bottom: 10px;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.article-preview{
  border-radius:8px;
  padding: 0px 0px 15px 0px;
  margin-bottom: 10px !important;
}
.article-preview .h3, .article-preview h3 {
  font-size: 20px !important;
}
.article-image{
  max-width:1100px;
  width:100%;
  margin: 10px 20px 10px 20px;
}

.portal-box .well {
    background-color: #fff;
}
.portal-box .well:hover {
    background-color: #f5f5f5;
}
.portal-box a {
    color: #656565;
    text-decoration: none;
}
.portal-box i {
    text-align: center;
    display: block;
}
.portal-box h4, .portal-box p {
    text-align: center;
}
.thanks blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 5px solid #DBDBDB;
    border-right: 5px solid #dbdbdb;
    background-color: #FFF;
}
.settings-box {
    width: 100%;
    padding: 10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
