/*
  Copyright 2005-2008 Redshift Software, Inc.
  Distributed under the Boost Software License, Version 1.0.
  (See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt)
*/
@import url(css_0/header.css);
@import url(css_0/theme_grass/header.css);

pre, div.toc
{
    overflow: auto;
}

div.note table,
div.tip table,
div.important table,
div.caution table,
div.warning table,
div.blurb table
{
    table-layout: fixed;
    width: 100%;
    overflow-wrap: break-word;
}

span.inlinemediaobject img
{
    max-width: 100%;
}