/* ANSIBLE news.ansible.uk */

P,OL,UL,TD,CENTER,H1,H2,H3,H4,H5,H6 { font-family: "Verdana", "Trebuchet", "Arial", "Helvetica";
 color: black;
 }
P,OL,UL,TD,CENTER { font-size: 10pt; }
H4 { font-size: 12pt; font-weight: normal}

A       { text-decoration: none; }
A:hover { color: red; text-decoration: underline; }

.smaller  { font-size: 9pt; }
.bigger   { font-size: 12pt; }
.normsize { font-size: 10pt; }

SMALL { font-size: 8pt; }
BIG   { font-size: 12pt; }

.menutable { padding-left:5%; padding-right:5%;
             padding-top:2px; padding-bottom:4px;
             text-align:center }

.menupar { padding-left:5%; padding-right:5%;
           padding-top:4px; padding-bottom:5px;  border-radius: 15px;
           text-align:center; background-color: #B4DCFF; }

.menuparw { padding-left:5%; padding-right:5%;
           padding-top:4px; padding-bottom:5px; border-radius: 15px;
           text-align:center; background-color: white; }

/* tasteful backgrounds borrowed from AE */
.backblue { background-color: #B4DCFF; }
.backyellow  { background-color: #FFFFD0; }

/* hanging indent paras */
.hi { margin-left: 1em; text-indent: -1em; margin-top:0; margin-bottom: 5px; }
<i></i>.nosp { margin-top:0; margin-bottom: 0; }
.tab { text-indent: 2em; margin-top:0; margin-bottom: 5px; }
.longquote p { margin: 2px; }
.longquote p+p { margin: 2px; text-indent: 2em; }

/* footnotes */
.fn { margin-left:10%; border-top: solid black 1px;}

/* custom permalink appearance */
.pl { color:navy !important; }

/* links pages splash boxes etc */
.splash { background-color: white; border: solid red 1px; padding: 5px; margin-bottom: 5px; }
.rbox { float:right; margin-left: 1em; }
.lbox { float:left; margin-right: 1em; }
.box { border: solid black 1px; padding: 10px; margin-bottom: 300px; }

/* lists on home page etc */

.tight ul { margin-left: 0.7em; padding-left: 0.7em; margin-top: 0; }
.tight p  { margin-bottom: 0; }

/* media specials */

@media (max-width: 500px) {
  .rbox { display: none; }
  .vanish { display: none; }
  blockquote { margin-left: 2%; margin-right: 2%; }
}

