﻿/* Purchases, Stuff, User Guide and other 'flat' pages */
.PIN { /* in Purchases and Commit CSS files */
    font-family:"Lucida Console", Monaco, monospace;font-size:larger;color:#686868;
}

h1 {
    background-color:#A7EC06; margin-top:0px;padding-bottom:10px;
}

body {
    background-color:#D7F09E; margin-top:0px;
}



/* Help / guide */
.HelpHeading li {
    margin-right:10px;display:inline;background-color:#FAA406;padding:10px;text-decoration:underline;
}

.HelpHeading .Sel {
    background-color:#C3057D;font-weight:bold;
}

.clear {clear:both;}
img {margin:5px;border:1px solid black;float:left;}
.rImg {float:right;}
ul {	list-style-position: inside;  }
h2{clear:both;}