<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Styling for the Capital Aikikai website. */

/*
 Font used in the Skeleton framework, from which this site began its life.
*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,300,600');

* {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}


/* **************** Navbar **************** */

/*
  When the navbar is fixed-top, we need to make room for it.
  Assuming the browser supports it, scroll-padding-top
  applies to any href="#anchor" jump within the page.

  The body top padding has to be exactly equal to the
  navbar height.
*/

html { scroll-padding-top: 4.6rem; }
body { margin-top: 3.0rem; }

.navbar {
    background-color: #777A75;
}

.dropdown-menu, .dropdown-item {
    background-color: #777A75;
}

/* **************** End navbar **************** */

h1, h2, h3, h5, h6 {
    margin-top: 1.0rem;
    margin-bottom: 1.5rem;
}

.banner {
    position: relative;
}

.banner .label {
    position: absolute;
    top: .5rem;
    left: 1.25rem;
    color: white;
}

.site-alert {
    color: white;
    background-color: crimson;
    text-align: center;
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 1px;
    padding-right: 40px;
}

.site-alert a {
    color: lemonChiffon;
    text-decoration: none;
}

.site-info p {
    color:white;
    background-color:#35688F;
    text-align: center;
    padding: 8px 20px;
}

.site-info a {
    color: lemonChiffon;
    text-decoration: none;
}

.site-summary {
    margin-top: 15px;
    margin-bottom: 5px;
}

.site-summary img { margin-left: 10px; }

.site-summary .social-links { padding-bottom: 20px; }
.site-summary .social-links a img { height: 32px; }

/* Imported News, Events, and Calendar */

.sidebar { font-size: .9rem; }

.sidebar li { margin-bottom: 1.0rem; }

.faq h6 {
    font-weight: bold;
    color: #39678D;
}


ul.events .summary { font-weight: bold; }
ul.events .timeframe { font-style: italic; }
ul.events .description { padding: 5px 0 5px 0; }

ul.news .headline { font-weight: bold; }
ul.news .story { padding: 5px 0 5px 0; }

p.quotation {
    font-style: italic;
    font-size: 90%;
    margin: 10px;
    padding-bottom: 10px;
}

p.notice {
    font-style: italic;
    font-size: 90%;
}

img { margin-bottom: 10px; }

iframe {
    overflow: hidden;
    background:none!important;
    border: none;
}


table ol, table ul
{
    font-size: 90%;
    margin-top: 10px;
}

table ol ul { font-size: 100%; }

table td, table th
{
    padding: .75rem 1.0rem;
    border-bottom: 1px solid #e1e1e1;
}

table.kyu
{
    color: SteelBlue;
}

table.dan
{
    color: MediumSeaGreen;
}

table.kyu td, table.dan td
{
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}

table.terms
{
    border: 1px solid #A9A9A9;
}

table.terms td
{
    border-width: 0px;
    margin: 0px;
    padding: 10px;
    color: black;
}


form { margin: 10px; }
button { margin-top: 10px; }

#main-content {
    margin-left: 0px; 
    margin-top: 30px;
    margin-right: 30px;
}

#facebook-import {
    margin-left: 0px;
    margin-top: 20px;
}

/* Imported footer bar */
.footer {
    background-color: #777A75;
    color: white;
    padding: 10px 0;
    font-size: .75rem;
    text-align: center;
}

.footer p { margin: 0; }

.footer img { max-width: 72px; }

.footer a { color: #a9becc; }

.footer a:hover { color: white; }
</pre></body></html>