#post_enhancing-web-ux-consistency-sniffux img {
  float: none;
  display: block;
  margin: 0 auto;
}

#post_enhancing-web-ux-consistency-sniffux #alert {
  margin: 50px auto;
  background: #ddd;
  border: 1px solid #666;
  width: 150px;
  padding: 5px 10px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0,0,0,0.6);
}

#post_enhancing-web-ux-consistency-sniffux #alert strong {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px 10px;
  left: -10px;
  top: -5px;
  background: #666;
  color: #fff;
}

#post_enhancing-web-ux-consistency-sniffux #alert::after {
  content: '';
  display: block;
  clear: both;
}

#post_enhancing-web-ux-consistency-sniffux .cancel-left .cancel  { float: left }
#post_enhancing-web-ux-consistency-sniffux .cancel-left .ok      { float: right }
#post_enhancing-web-ux-consistency-sniffux .cancel-right .cancel { float: right }
#post_enhancing-web-ux-consistency-sniffux .cancel-right .ok     { float: left }
