
/*Skilgreiningar fyrir Spurt og svaraš*/
body {    background-color : #E2D8CA;}

div.spsv *.sv, div.spsv p.dags {
    margin: 0;
    margin-left: 20pt;
    border-right-style: solid;
    border-right-color: #8a2be2;
    border-right-width: thin;
    border-left-style: solid;
    border-left-color: #8a2be2;
    border-left-width: thin;
    background-color : #FCE6EF;
    padding : 0.3em 1em 0.3em 0.3em; ! important
}
div.spsv *.sp + *.sv {
    border-top-style: solid;
    border-top-color: #8a2be2;
    border-top-width: thin;
}

div.spsv p.titill {
    background-color: transparent;
    font-weight : bold;
    color : #7b1cd2;
    font-size : 1.5em;
    border : none;
    margin-top: 20pt;
    margin-bottom: 5pt;
}
div.spsv p.sp {
    background-color: transparent;   
    margin-top: 5pt; 
    margin-bottom: 10pt;
    border : none;
}
div.spsv p.sp+p.sp {margin-top: 0.5em;}


p.sp + p.sv {
    padding-top: 0.5em;}
div.spsv p.dags {
     text-align:right; 
     font-size: smaller;
     border-bottom-color: #8a2be2; 
     border-bottom-width: medium; 
     border-bottom-style: solid; 
     }
     
div.spsv p.sp + ul {
    margin: 0;
    padding : 0.3em 1em 0.3em 0.3em; !important
	}    

div.spsv p.sv + ul {
    margin: 0;
    margin-left: 20pt;
    border-right-style: solid;
    border-right-color: #8a2be2;
    border-right-width: thin;
    background-color :#FCE6EF;
    padding : 0.3em 1em 0.3em 0.3em; ! important
	}     
    
    div.spsv ul li,   div.spsv ol li  {
    padding-right : 0.3em;
    list-style-position : inside;
}
    
