/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

@import 'policy_common.css';

#status-box-container {
  display: -webkit-flex;
}

fieldset {
  border: 1px solid rgb(217, 217, 217);
  display: inline;
  margin: 0;
  padding: 7px;
}

fieldset + fieldset {
  -webkit-margin-start: 20px;
}

div.status-entry {
  display: -webkit-flex;
  margin-bottom: .8em;
}

div.status-entry:last-child {
  margin-bottom: 0;
}

div.left-aligned-button {
  float: left;
}

html[dir='rtl'] div.left-aligned-button {
  float: right;
}

section.status-box-section {
  clear: both;
}