﻿/* ulist */
.m-ulist form, .m-ulist p {
    width: 100%;
    clear: both;
    float: left;
    display: block;
}

.m-ulist .bborder {
    width: 100%;
}

.m-ulist strong {
    padding: 7px 0 0;
    margin: 0 5px 0 0;
    vertical-align: middle;
    float: left;
    display: block;
}

.widetable {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    display: inline-block;
}

.widetable tbody {
    background-color: rgb(221, 221, 221);
    color: #666666;
    width: 100%;
    padding: 0 1px;
    float: left;
    display: block;
}

.widetable tr {
    width: 100%;
    float: left;
    display: block;
}

.widetable td {
    background-color: rgb(255, 255, 255);
    color: #666666;
    width: 50%;
    padding: 5px;
    margin: 0 0 1px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    float: left;
    display: block;
}

.widetable th {
    color: #000000;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-align: left;
    width: 50%;
    padding: 5px;
    margin: 0 0 2px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    float: left;
    display: block;
}

.widetable a {
    color: #666666;
}

.widetable a:hover {
    color: #004080;
}

@media only screen and (max-width: 470px) {
    .widetable {
        padding: 0;
        border-top-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 0;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    }

    .widetable tbody {
        background-color: transparent;
    }

    .widetable tr {
        border-top-width: 0;
        border-bottom-width: 1px;
        border-left-width: 0;
        border-right-width: 0;
        border-top-style: none;
        border-bottom-style: solid;
        border-left-style: none;
        border-right-style: none;
        border-top-color: currentcolor;
        border-bottom-color: rgb(216, 217, 218);
        border-left-color: currentcolor;
        border-right-color: currentcolor;
    }

    .widetable td {
        font-size: 12px;
        width: 100%;
        margin: 0;
        border-top-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 0;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    }

    .widetable th {
        display: none;
    }
}

/* ulist - end */