#snowscootConditions{
    
}

#snowscootConditions > header{  
    border-bottom: 1px dashed #999999;
    color: #006633;
    padding: 0.5em;
}

#snowscootConditions > header h1:before{
    content:"■";
}

#snowscootConditions > .content{
    margin:1em 0 0 2em;
}

#snowscootConditions table{
    width:100%;
}

#snowscootConditions table th,
#snowscootConditions table td{
    border:1px solid #999;
    padding:0.5em;
}

#snowscootConditions table th{
    white-space: nowrap;
    vertical-align: middle;
    background:#cdf;
    color:#036;
}

#snowscootConditions .even td{
    background:#eee;
}

#snowscootConditions .odd td{
}

