.alert-warning {
  position: relative;
  margin-bottom: $alert-margin-bottom;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .5rem;
  margin-top: 2rem;
  font-size: 80%;
}

.alert > p {
	margin: 0;
}

.row {
  margin-right:0;
  margin-left:0;
}

.grecaptcha-badge{
  bottom: 65px !important; 
}

.ShowPost{
      text-align: left;
      margin: 3px 0 8px 0;
      padding: 3px 8px 3px 8px;
      background-color: #eee;
      border: 1px solid #000;
      -moz-border-radius: 9px;
      -webkit-border-radius: 9px;
      border-radius: 9px;
}
.ViewDetails{
      display: block;
      border: 2px solid #003;
      padding: 2px 0 6px 0;
      margin: 3px 0 3px 0;
      font-weight: bold;
      color: #000099;
      background-color: White;
      text-decoration: underline;
      text-align: center;
      -moz-border-radius: 9px;
      -webkit-border-radius: 9px;
      border-radius: 9px;
    }
.ViewDetails:hover{
      color: Black;
      font-weight: bold;
      background-color: Yellow;
      text-decoration: none;
    }
#footer{
  text-align: center;
}
