/* 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.
 *
 * This is the stylesheet used for notifications in enterprise-enrolled devices.
 */

#enterprise-info {
  background-color: rgb(250, 245, 202);
  border: 2px solid rgb(250, 245, 202);
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 8px 7px;
}

#enterprise-info[location='guest-tab'] {
  margin-bottom: -49px;
  max-width: 600px;
}

#enterprise-info[visible='false'] {
  display: none;
}

#enterprise-info img {
  -webkit-margin-end: 4px;
  position: relative;
  top: 3px;
}

