/*
cribbrep.css
Standard template for 'small' web pages

responsivecjl overwrites w3- with preffered values
*/


body {
padding: 0; 
  color:#264d00;
  background-color: #ededde;
   font-family: arial, helvetica, sans-serif;
      }

ul.none {
list-style-type: none; 
padding: 0; 
margin: 0.5em;
}
ul.square {
list-style-type: square; 
padding: 0; 
margin: 0.5em;
}

.textcentre  {
text-align:center;
}


.recipe {
border: 2px solid;
margin: 0.2em;
padding: 0.4em;
background: #FFFFCC;
}


.quote {
border: 2px solid;
margin: 0.2em;
padding: 1em;
background: #FFFFCC;
}

.quote33 {
width: 33%;
border: 2px solid;
margin-top: 5em;
margin-right: 4%;
padding: 0em;
background: #FFFFCC;
}

.quote6em {
width: 6em;
border: 2px solid;
margin-top: 5em;
margin-right: 4%;
padding: 0em;
background: #FFFFCC;
}

.ikklenumbox{
border:2px solid #a1a1a1;
background:#dddddd;
width:30px;
border-radius:25px;
}

.picbox {
border: 2px solid;
margin: 0.2em;
padding: 0.1em;
}

.centerimage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

.topless
{
margin-top: 0;
margin-bottom: 0;
}

.topmuchless
{
margin-top: -5em;
margin-bottom: 0;
}

.topevenjustless
{
margin-top: 0;
margin-bottom: 1em;
}

.topevenless
{
margin-top: -1em;
margin-bottom: -1em;
}

.quarterheight
{
font-size: 25%;
}

.halfheight
{
font-size: 50%;
}

.threequarterheight
{
font-size: 75%;
}

.plus10
{
font-size: 150%;
}
	
.thick6
{
font-weight:600;
}


