/*
* Copyright 2024 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/**
* Styles that are shared between the iframe and the parent document.
*/
body {
font-family: arial, sans-serif;
font-size: 11px;
}
.item_title {
color: #2244D2;
font-size: 20px;
font-weight:bold;
text-decoration: none;
}
.item_desc {
font-size: 12px;
}