.list {
    padding-left: 16px;
    padding-bottom: 10px;
}
.list li{
    list-style: square;
    padding: 2px;
}

pre {
    font-size: 11px; 
}

#block_search_select
{
   margin: 0 auto;
   width:650px; 
   height:400px; 
}

.ages_radio_btn
{
   margin-right:10px;
}

.select_category
{
   color:red;
}

.block_category_name:hover
{
   background-color: gray;
   color:white;
   cursor:pointer;
   border:1px solid red;
}