/* Site-wide styles. */

div.insert_panel, html {background:white;
                        color: black;}

body {margin-left: 0.25in;
      margin-right: 0.25in;}

p.text {text-align: justify;}

sup, sub {font-size: 70%;}
.small {font-size: smaller;}

div.insert_panel a, a {text-decoration: none;}
div.insert_panel a:link, a:link {color: blue;}
div.insert_panel a:active, a:active {color: red;}
div.insert_panel a:visited, a:visited {color: purple;}

img.no-border {border: 0pt;
               vertical-align: text-top;}


.message, .warning {border: thin solid black;
                    margin-top: 1em;
                    margin-bottom: 1em;
                    padding-left: 1em;
                    padding-right: 1em;
                    border-radius: 1em;}
.message {background-color: #ADD8E6;}
.warning {background-color: #FFB6C1;}

div.message, div.warning {margin-left: 15%;
                          margin-right: 15%;}

.nowrap {white-space: nowrap;}

.center {margin-left: auto;
         margin-right: auto;}

/*
div.bar {width: 100%;
         text-align: justify;
         margin-top: 30ex;
         padding-bottom: 30ex;
         font-size: 0.1px;
         overflow: hidden;
         border-bottom: thin black solid;}
div.bar:after {content: ""; width: 100%; display: inline-block;}


div.bar div {display: inline-block;
             font-size: medium;
             text-align: center;
             vertical-align: top;}
div.bar div:first-child {text-align: left;}
*/
div.bar {display: flex;
         flex-direction: row;
         justify-content: space-between;
         align-items: stretch;}
div.bar div {display: inline-block;
             vertical-align: block;
             text-align: center;}
div.bar div:first-child {text-align: left;}
div.bar div:last-child {text-align: right;}

