div.stamp {
    width: 770px;
    vertical-align:top;
    box-sizing:border-box;
    padding:10px 10px 75px 10px;
    color:#999;
    position:relative;
    border: solid 4px #c00;
    border-radius:5px;
}

div.stamp.archived:after {
    display:block;
    width: 300px;
    height: 100px;
    text-wrap: normal;
    text-align: center;
    line-height: 1.2em;
    content:"HISTORICAL AIC WEB SITE*";
    position:absolute;
    top:140px;
    left:25px;
    z-index:1;
    font-family:Arial,sans-serif;
    -webkit-transform: rotate(-35deg); /* Safari */
    -moz-transform: rotate(-45deg); /* Firefox */
    -ms-transform: rotate(-45deg); /* IE */
    -o-transform: rotate(-45deg); /* Opera */
    transform: rotate(325deg);
    font-size:40px;
    color:#1d1317;
    background:#fff;
        border: solid 4px #c00;
    padding:5px;
    border-radius:5px;
    zoom:1;
    filter:alpha(opacity=30);
    opacity:0.6;
    -webkit-text-shadow: 0 0 2px #c00;
    text-shadow: 0 0 2px #c00;
    box-shadow: 0 0 2px #c00;
}

div.alert {
  max-width: 760px;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-info {
    border-color: #445566 !important;
    background-color: #d1e8ff;
}
