.button-link {
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    margin: auto;
    text-align: center;
    border-width: 0px;
    border-style: solid;
    border-radius: 0;
    padding: 2px 10px;
    position: relative;
    transition: all .2s ease;
    width: auto;
    display: inline-block;
    min-width: 160px; 
    background: #003e7e;
    color: #fff!important;
}


.article hr{
  border-bottom: 1px solid #d8d8d8;
  margin: 10px auto 20px auto;
  width:100%;
  display:block;
}

.article strong {
  font-weight:bold!important;
}

.article ul,
.article ol {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 17px;
  padding: 0;
}

.article ol li::marker{
  font-weight:bold;
}

.article ul li:before{
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  float: left;
  margin-right: 5px;
  background: #2b2b2b;
  position: relative;
  top: 9px;
  border-radius: 50%;
}

.article img{
  width:auto;
  max-width:100%;
  height:auto;
}

.article h6{
  margin-top:30px;
  background:#f7f7f7;
  border:1px solid #d1d1d1;
  padding:10px
}

.article-warning-gray {
  padding: 20px;
  background: #f8f8f8;
  border: 1px solid #a9a9a9;
  font-style: italic;
  font-weight: bold;
  border-radius: 20px 0;
  margin: 30px auto;
}


.link-text-red-bg{
  padding:5px 10px;
  border-radius:4px;
  background:#AD0404;
  color:#fff;
}
.link-text-red-bg:hover{
  background:#393939;
}
