﻿.collapseomatic
{
    background-image: url('../../willbettingsa/image/arrow-down.png');
    background-repeat: no-repeat;
    padding: 0 0 10px 16px;
}
.collapseomatic:focus
{
    outline: 0;
}
.arrowright
{
    background-position: right top;
    padding: 0 16px 10px 0;
}
.noarrow
{
    background-image: none!important;
    padding: 0 0 10px 0;
}
.colomat-hover
{
    text-decoration: underline;
}
.colomat-close
{
    background-image: url('../../willbettingsa/image/arrow-up.png');
}
.collapseomatic_excerpt, .collapseomatic_content
{
    margin-top: 0;
    margin-left: 16px;
    padding: 0;
}
.content_collapse_wrapper
{
    position: absolute;
    left: -999em;
}
.collapseall:hover, .expandall:hover, .collapseall:focus, .expandall:focus
{
    text-decoration: underline;
}
.span_fix
{
    padding: 0!important;
    margin: 0!important;
}
.span_fix:before, .span_fix:after
{
    content: none;
}