/**
 * this css file is in this module instead of the theme because there are CSS
 * changes that we want to make for the admin theme as well
 */
div.error,
table tr.error {
  background-color:#fcc;
  color:#200;
}

div.warning,
table tr.warning {
  background-color:#ffd;
  color:#220;
}

div.ok,
table tr.ok {
  background:#dfd;
  color:#020;
}


div#tsa-pre-check-button {
  position: fixed;
  top: 96px;
  right: 0;
  padding: 5px;
  background: red;
  border-top-left-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  -moz-border-radius-topleft: 5px 5px;
  -moz-border-radius-topright: 5px 5px;
}

.styleguide .feed-item-body {
    text-overflow: ellipsis;
    width: 961px;
    overflow: hidden;
    white-space: nowrap;
}

.styleguide .comment.comment-by-anonymous.clearfix {
    text-overflow: ellipsis;
    width: 961px;
    overflow: hidden;
    white-space: nowrap;
}

#styleguide-header {
    width: 1575px;
    margin: auto;
    border: 1px solid;
}

body.tao .tabs {
  width: 100%;
}
