/* /templates2_0/module/buyer/warning/index.less */
.module_buyer_warning {
  position: relative;
  box-sizing: border-box;
  background: #f00;
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  padding: 5px 20px;
}
.module_buyer_warning .message {
  font: bold 14px/1.5 Tahoma;
  color: inherit;
}
.module_buyer_warning .message a {
  color: inherit;
  font-weight: normal;
  text-decoration: underline;
}
.module_buyer_warning .message a:hover {
  text-decoration: none;
}
