@font-face {
    font-family: Awesome; /* Гарнитура шрифта */
    src: url(../fonts/fontawesome-webfont.eot); /* Для IE5-8 */
    src: url(../fonts/fontawesome-webfont.ttf); /* Для остальных браузеров */
}


.blue{
    color:#0C6BCE;
}
.brown{
    color: #DA4900;
}

.red{
    color: red;
}

.yellow{
    color: #F0874E;
}

td{
    text-align: center;
    font-size: 20px;
}

thead > tr > td{
    font-weight: bold;
    font-size: 22px;
}

*  {
    font-family: Awesome !important;
}

.mg10{
    margin: 10px;
}

.f_right
{
    float: right;
}

.dummy{
    width: 10px;
    float: left;
}

.dummyH20{
    height: 20px;
}

.dummyH10{
    height: 10px;
}

h3+p{
    font-size: 16px;
}

.tags_list{
    font-size: 20px;
}

.image-round {
    border-radius: 6px;
    margin: 10px;
}

.in_line {
text-align: justify;
}

.table-pagination
{
    margin-right: auto;
    margin-left: auto;

}

.table-pagination > tbody > tr > td
{
    padding: 10px;
}