/*
Theme Name: Admin Linux
Theme URI: http://components.underscores.me/
Author: Andrey Zakurdaev
Author URI: http://zakurdaev.pro
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adminlinux
Tags:

This theme is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
*/
@import 'assets/css/main.css';

.entry-content ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.entry-content ul li {
    position: relative;
    display: block;
    padding-left: 15px;
}

.entry-content ul li:before {
    position: absolute;
    top: 6px;
    left: 2px;

    width: 4px;
    height: 4px;

    content: '';

    background-color: #233756;
    border-radius: 100%;
}

.entry-content .table-wrapper {
    width: 100%;
}

.entry-content table {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    color: #888;
}

.entry-content table td {
    position: relative;
    padding: 8px;
    border: 1px solid #e4e4e4;
}


.widget.-widget_contacts .widget_contacts_item
{
    display: block;
    text-decoration: none;
}
.widget.-widget_contacts .widget_contacts_item.-mail:before {
    background-image: url(assets/img/sprite/icon/widget-contacts-item-mail.png);
    width: 23px;
    height: 17px
}
.widget.-widget_contacts .widget_contacts_item.-ticket:before {
    background-image: url(assets/img/sprite/icon/widget-contacts-item-ticket.png);
    width: 26px;
    height: 26px
}

@media screen and (max-width: 719px) {
    .entry-content .table-wrapper {
        overflow-x: scroll;
    }
}

