/*
библиотека стилей fine общих элементов сайта
*/

:focus { outline: none; }

.fine.button {
    padding:0.7em 1em;
    margin:0 0.25em;
    line-height:1em;
    border-radius:1.2em;
    border-style:solid;
    border-width:3px;
    border-color:#fff;
    background:#0a0;
    color:#fff;
    display:block;
    text-decoration:none;
    display:inline-block;
}

.fine.button:hover{
    border-color:#fcf;
}

table.fine {
    margin:1em auto;
    color:#667;
    font-family: inherit;
    font-size: 1em;
    font-weight: 400;
    width:98%;
    border-collapse: collapse;
    border-spacing:0;
    overflow: visible;
}

table.fine tbody, table.fine thead{
    display:inherit;
    width:100%
}

table.fine td, table.fine th {
    /*! border-bottom:solid 1px #ddd; */
    font-size: 0.85em;
    padding: 2px 7px;
    vertical-align: middle;
    line-height: 1.6em;
}


table.fine.border td,table.fine.border th{
    border: solid 1px #bbb;
}

table.fine caption, table.fine caption a {
    text-align:left;
    padding: 0.5em 0;
    color: #555;
    font-size:1em;
    text-decoration:none;
}
/*
table.fine .odd {
    background:#f7f7ff;
}

table.fine .even {
    background:#f3fff3;
}
*/