/** * Sticky Admin - Widefat CSS * * @version 1.0.0 * @copyright 2015 * @author Dorian Tudorache * @link www.stickyadmin.net * * @license See Licensing folder * * @package Sticky Admin * */
table.widefat {
    border-spacing: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.widefat td,
.widefat th {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.rtl .widefat td,
body.rtl .widefat th {
    text-align: right;
}
.widefat td.plugin-title > img {
    padding: 0!important;
    margin-right: 20px;
}
body.rtl .widefat td.plugin-title > img {
    margin-left: 20px;
    margin-right: 0;
}

.widefat td.plugin-title > img + strong {
    margin-bottom: 15px!important;
}
td.post-title > strong,
td.theme-title > strong,
td.column-name > strong,
td.column-title > strong,
body:not(.update-core-php):not(.settings_page_bp-components) td.plugin-title > strong,
td.column-title > p,
.widefat.users td.column-username > strong,
.widefat.users td.column-username > img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
table#update-themes-table.widefat td.plugin-title > img + strong {
    margin-bottom: 5px!important;
    font-size: 14px!important;
    line-height: 16px;
    margin-top: 5px;
    display: block;
}
.widefat th {
    padding: 5px 15px!important
}
.widefat td {
    padding: 10px 15px!important;
    vertical-align: middle;
}
body.mobile .widefat td {
    padding: 15px 0!important;
}
.widefat td.plugin-title {
    font-size: 11px;
    line-height: 16px;
}
.widefat td,
.widefat td ol,
.widefat td p,
.widefat td ul {
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: .2px;
}
body:not(.update-core-php) .widefat tbody > tr:not(.is-expanded):not(.inline-edit-row):not(.inline-edit-column) > td:last-of-type:not(.column-description):not(.column-response) {
    text-align: right;
}
body.rtl:not(.update-core-php) .widefat tbody > tr:not(.is-expanded):not(.inline-edit-row):not(.inline-edit-column) > td:last-of-type:not(.column-description):not(.column-response) {
    text-align: left;
}
.widefat tbody > tr > td.colspanchange {
    text-align: center;
}
.widefat td p {
    line-height: 20px
}
.widefat.comments td p {
    font-size: 12px;
    line-height: 20px
}
.widefat.fixed td p {
    margin-bottom: 0;
}
.widefat td.description p {
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    font-weight: 300;
}
.widefat thead tr th,
.widefat tfoot tr th {
    white-space: nowrap;
}
.widefat .check-column,
.widefat tbody th.check-column,
.widefat thead th.check-column {
    padding: 10px 15px!important;
    vertical-align: middle!important;
    text-align: center;
    overflow: visible;
}
.widefat th.check-column {
    width: 55px;
    cursor: pointer;
}

body.content-b .widefat th.check-column {
    /*border-right: 1px solid rgba(0,0,0,.05);*/
    background: rgba(0,0,0,.025);
    border-bottom: 1px solid rgba(0,0,0,.05);
    box-shadow: inset -2px 0px 2px -1px rgba(0,0,0,.1);
}
body.content-w .widefat th.check-column {
    /*border-right: 1px solid rgba(255,255,255,.05);*/
    background: rgba(255,255,255,.025);
    border-bottom: 1px solid rgba(255,255,255,.05);
    box-shadow: inset -2px 0px 2px -1px rgba(0,0,0,.1);
}
body.rtl.content-b .widefat th.check-column {
    /*border-left: 1px solid rgba(0,0,0,.05);*/
    border-right: none;
}
body.rtl.content-w .widefat th.check-column {
    /*border-left: 1px solid rgba(255,255,255,.05);*/
    border-right: none;
}

.widefat th.check-column input.labelauty + label {
    margin: 0!important;
    /*vertical-align: middle;*/
}
.widefat tbody th.check-column input.labelauty + label,
.widefat tbody th.check-column input.labelauty + label > span:before,
.widefat tbody th.check-column input[type=checkbox] {
    font-size: 20px;
    line-height: 24px;
}
.widefat tbody th.check-column input.labelauty + label > span {
    width: 25px;
    height: 24px;
}
.widefat tr.inline-edit-row .inline-edit-save,
.menu-item-settings .submitbox {
    display: block;
    width: 100%;
    margin: 0;
    float: none;
    text-align: left!important;
    padding-top: 15px;
}
body.rtl .widefat tr.inline-edit-row .inline-edit-save,
body.rtl .menu-item-settings .submitbox {
    text-align: right!important
}
.widefat tr.inline-edit-row .inline-edit-save > a {
    margin: 0;
    display: inline-block;
}
.widefat tr.inline-edit-row .inline-edit-save > a.cancel {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 24px;
    height: 24px;
    font-size: 0!important;
    text-indent: -9999px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    border: 0;
    text-align: left;
    opacity: .5;
    padding: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
body.rtl .widefat tr.inline-edit-row .inline-edit-save > a.cancel {
    text-align: right;
}
.widefat tr.inline-edit-row .inline-edit-save > a.cancel:hover {
    opacity: 1;
}
.widefat tr.inline-edit-row .inline-edit-save > a.cancel:before {
    content: '\e264';
    font: 400 18px/24px streamline;
    text-indent: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
}
body.rtl .widefat tr.inline-edit-row .inline-edit-save > a.cancel:before {
    right: 0;
    left: auto;
}
body:not(.is_loading) .widefat tbody tr {
    -webkit-animation: rows_bounce 865ms linear both;
    -moz-animation: rows_bounce 865ms linear both;
    -o-animation: rows_bounce 865ms linear both;
    animation: rows_bounce 865ms linear both;
}
body.is_loading:not(.no-js) .widefat tbody tr {
    -webkit-transform: translateY(-500px);
    -moz-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    -o-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
}
.widefat .inline-edit-col {
    display: block;
}
.widefat .inline-edit-col h4 {
    font: 700 13px/18px "Montserrat", "Open Sans", Helvetica, Arial, sans-serif;
    display: block;
}
.widefat .inline-edit-col h4:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    margin-top: 10px;
    opacity: .5;
}
table.widefat {
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    padding: 10px 25px;
    /*z-index: 40;*/
}

body.content-w table.widefat {
    background: #000;
}
body.content-b table.widefat {
    background: #fff;
}

.update-core-php table.widefat {
    margin-top: 15px;
}
.widefat > thead,
.widefat > tfoot {
    position: relative;
}
.widefat > tbody {
    overflow: hidden;
    position: relative;
}
.widefat th.hidden, 
.widefat td.hidden {
    display: none;
}
.widefat > tfoot th:first-of-type,
.widefat > tfoot th:last-of-type,
.widefat > thead th:first-of-type,
.widefat > thead th:last-of-type {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.widefat > tfoot th:first-of-type:after,
.widefat > tfoot th:last-of-type:after,
.widefat > thead th:first-of-type:after,
.widefat > thead th:last-of-type:after {
    content:'';
    display: none;
}
.widefat > thead th.check-column {
    padding: 0 15px!important
}
.widefat .check-column {}
.widefat button.toggle-row {
    display: none;
}
.widefat .column-posts {
    text-align: center;
    width: 70px;
}
.widefat .column-username {
    white-space: nowrap;
}
.widefat td.column-posts a {
    font-weight: 700;
}
.widefat thead tr th:not(.check-column) > label,
.widefat tfoot tr th:not(.check-column) > label {
    font-size: 10px;
    font-weight: 400;
    /*line-height: 32px;*/
}
.widefat tr.no-items td {
    text-align: center;
    padding: 35px 0!important;
    font-size: 14px;
}
/* THs and Sortable Headers */
th.sortable a span,
th.sorted a span,
.widefat thead tr th,
.widefat tfoot tr th,
h3.dashboard-widget-title,
h3.dashboard-widget-title span,
h3.dashboard-widget-title small,
.find-box-head,
table#list-table th,
table#newmeta th label {
    font-size: 11px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: .8px;
    position: relative;
    z-index: 10;
    -webkit-transition: all .15s ease-in-out;
       -moz-transition: all .15s ease-in-out;
         -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
}
.column-author img,
.column-username img,
.column-comment .comment-author img {
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px
}
.sorting-indicator {
    display: inline-block;
    width: 10px;
    text-align: center;
    height: 22px;
    line-height: 22px;
    vertical-align: top;
    margin-left: 5px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
       -moz-transition: opacity .2s ease-in-out;
         -o-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out;
}
.sortable:hover .sorting-indicator,
.sorted:hover .sorting-indicator {
    opacity: 1;
}
.sorting-indicator:before {
    font: 400 8px/22px streamline;
    font-style: normal;
    display: block;
    text-decoration: inherit;
    vertical-align: top;
    content: "\e666";
}
.sorted .sorting-indicator:before {
    content: '\e6aa';
}
.alignleft.actions input {
    margin-bottom: 0!important
}
.fixed .column-author,
.fixed .column-date,
.fixed .column-format,
.fixed .column-links,
.fixed .column-posts {
    max-width: 12%!important;
}
.widefat .date {
    text-transform: lowercase;
    vertical-align: top;
    padding: 25px 0!important;
}
.widefat .date abbr {
    font-weight: 600;
    line-height: 24px;
}
.widefat tbody .date abbr {
    font-weight: 400;
    letter-spacing: 0;
    font-style: normal;
    font-size: 10px;
    line-height: 32px;
    margin-bottom: 1px;
    white-space: nowrap;
    display: inline-block;
    margin-left: 5px;
}
.widefat tbody > tr .date br {
    display: none;
}
.widefat td.column-date.date {
    white-space: nowrap;
    text-align: right;
}
body.rtl .widefat td.column-date.date {
    text-align: left;
}

.widefat td.column-date .sticky.status {
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
    margin-left: 10px;
    text-align: center;
    width: 32px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body.content-w .widefat td.column-date .sticky.status {
    border-left: 1px dashed rgba(255,255,255,.05);
}
body.content-b .widefat td.column-date .sticky.status {
    border-left: 1px dashed rgba(0,0,0,.05);
}

body.rtl .widefat td.column-date .sticky.status {
    margin-left: 0;
    margin-right: 10px;
}

.widefat td.column-date .sticky.status:before {
    font:400 12px/32px streamline;
    display: block;
}

.widefat td.column-date .sticky.status.publish:before {
    content:'\e79f';
}

.widefat td.column-date .sticky.status.future:before {
    content:'\e8c7';
}

.widefat td.column-date .sticky.status.pending:before,
.widefat td.column-date .sticky.status.draft:before {
    content:'\eb82';
}

.fixed .column-comments {
    max-width: 70px;
    width: 70px;
}
.column-comments a.post-com-count {
    display: block;
    white-space: nowrap;
    font-size: 12px;
    line-height: 22px;
    position: relative;
}
.column-comments a.post-com-count span {
    line-height: 22px!important;
}
.plugin-install-php h3 {
    clear: both;
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

.widefat thead tr th:after,
.widefat tfoot tr th:after {
    content: '';
    font-weight: 300;
    position: absolute;
    right: 0px;
    top: 13px;
    width: 1px;
    height: 7px;
    display: block;
}
.widefat thead tr th.check-column:after,
.widefat tfoot tr th.check-column:after,
.widefat thead tr th:last-child:after,
.widefat tfoot tr th:last-child:after {
    content: none;
    display: none;
}

.widefat .post-state {
    background: transparent;
    font-size: 9px;
    position: absolute;
    font-weight: 400;
    letter-spacing: 0px;
    display: inline-block;
    line-height: 16px;
    padding: 0 5px;
    display: inline-block;
    margin: 5px 10px 0 10px;
    vertical-align: top;
}
.widefat .post-state.sticky_altered {
    position: absolute;
    z-index: -1;
    right: -35px;
    top: 0px;
    margin: 0;
    border: 0!important;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.widefat .post-state.sticky_altered:before {
    content: '';
    border-right: 0;
    border-top: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.widefat .sticky_altered.post-state:after {
    font: 400 10px/12px streamline;
    text-transform: none;
    content: '\e957';
    display: block;
    position: absolute;
    text-align: left;
    left: 3px;
    top: 3px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.post-password-required .sticky_altered.post-state:after {
    content: '\e94e';
}
/* Sticky */
.status-sticky .sticky_altered.post-state:after {
    content: '\ebcc';
}
.status-draft .sticky_altered.post-state:after {
    content: '\e8a3';
}
.status-draft .post-state.sticky_altered {}
.post-state-format {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    height: 24px;
    line-height: 24px;
    width: 24px;
    margin-right: 0;
    font-size: 0!important;
    float: left;
}
.post-format-icon:before {
    display: inline-block;
    text-align: left;
    width: 24px;
    height: 24px;
    font: 400 14px/24px "streamline";
    vertical-align: top;
    -moz-osx-font-smoothing: grayscale;
}
.widefat.plugins .inactive td,
.widefat.plugins .inactive th,
.widefat.plugins .active td,
.widefat.plugins .active th {
    padding: 20px 15px;
}
.widefat.plugins td.column-description a {
    font-weight: 600;
    font-style: normal;
    margin: 0 3px;
    opacity: .5;
    -webkit-transition: opacity .15s ease-in-out, color .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out, color .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out, color .15s ease-in-out;
    transition: opacity .15s ease-in-out, color .15s ease-in-out;
}
.widefat.plugins > thead th:last-of-type,
.widefat.plugins > tfoot th:last-of-type {
    text-align: left!important;
}
.widefat.plugins tr:hover td.column-description a {
    opacity: 1;
}
.widefat.plugins tr .desc p {
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
}

body.content-w .widefat.plugins tr .desc p {
    color: rgba(255,255,255,.65);
}
body.content-b .widefat.plugins tr .desc p {
    color: rgba(0,0,0,.65);
}

.widefat.plugins .active td.plugin-title > strong {
    font-weight: 600;
}
#the-list th {
    position: relative;
}
#the-list th,
#the-list td {
    position: relative;
}
#the-list td.plugin-update {
    padding: 0 30px!important;
    border: 0;
}
#the-list td.plugin-update .update-message {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: block;
    padding: 0px;
    margin: 0 0 0 25px;
    position: relative;
}
/*#the-list td.plugin-update .update-message a {
    text-decoration: underline;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
#the-list td.plugin-update .update-message a:hover {
    opacity: .7;
}*/
#the-list tr:last-child th,
#the-list tr:last-child td {
    border-bottom: none!important;
}
#the-list tr:hover {}
.fixed .column-categories,
.fixed .column-rel,
.fixed .column-role,
.fixed .column-tags {
    width: 15%;
}
.fixed th.column-response {
    width: 25%;
}
.fixed td.column-response {
    width: 25%;
    vertical-align: top;
    padding: 25px 15px!important;
}
.widefat .column-icon {
    width: 60px;
}
.response-links {
    position: relative;
    display: block;
}
.response-links .post-com-count-wrapper {
    display: inline-block;
    vertical-align: top;
    position: relative;
    opacity: 0;
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}

.response-links:hover .post-com-count-wrapper {
    opacity: 1;
}

.widefat tbody > tr > td > span[aria-hidden=true],
.post-com-count-wrapper > span[aria-hidden=true] {
    opacity: .3;
}

.post-com-count-wrapper a.post-com-count.post-com-count-pending {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 0;
    width: 6px;
    height: 6px;
    background: red;
    overflow: hidden;
    border-radius: 10px;
}
.post-com-count-wrapper .post-com-count.post-com-count-no-pending {
    display: none!important;
}
.post-com-count-wrapper br {
    display: none;
}
.response-links span.post-com-count-wrapper:first-child,
.response-links .post-com-count-wrapper > span:first-child {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    vertical-align: top;
    -webkit-transition: color .15s linear;
    -moz-transition: color .15s linear;
    -o-transition: color .15s linear;
    transition: color .15s linear;
    letter-spacing: 0;
    max-width: 85%;
    margin-bottom: 10px;
    margin-right: 30px;
}
.response-links .post-com-count-wrapper > a:first-child {
    display: block;
}
.response-links span.post-com-count-wrapper:first-child:before {
    content: '\e1f2';
    font: 400 14px/16px streamline;
    float: left;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    -moz-osx-font-smoothing: grayscale;
}
.response-links .post-com-count-wrapper a.post-com-count {
    font-size: 10px;
    line-height: 22px;
    position: relative;
    display: block;
    margin: 0 0 0 20px;
    vertical-align: top;
}

body.rtl .response-links .post-com-count-wrapper a.post-com-count {
    margin-left: 0;
    margin-right: 20px;
}

.response-links > a:first-child {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom:10px;
}
.response-links > a + a {
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: .3px;
    border: 1px solid;
    padding: 0 5px;
    vertical-align: top;
    opacity: 0;
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}
.response-links:hover > a + a {
    opacity: 1;
}
.response-links > span + a {
    line-height: 22px;
    font-weight: 600;
    height: 22px;
    vertical-align: top;
    padding: 0px 0px;
    text-align: center;
    border: 0;
    font-size: 0;
    position: absolute;
    bottom: 1px;
    left: 25px;
}
body:not(.mobile) td.column-response .response-links > span + a,
body:not(.mobile) td.column-response .response-links a.post-com-count {
    opacity: .5;
    -webkit-transition: all .15s ease-in-out;
       -moz-transition: all .15s ease-in-out;
         -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
}
body:not(.mobile) td.column-response .response-links > span + a {
    width: 22px;
}
body:not(.mobile) td.column-response:hover .response-links > span + a,
body:not(.mobile) td.column-response:hover .response-links a.post-com-count {
    opacity: 1;
}
.response-links > span + a:after {
    content: '';
    position: absolute;
    width: 1px;
    right: -10px;
    height: 10px;
    top: 6px;
}
.response-links > span + a:before {
    font: 400 14px/22px streamline;
    content: 'S';
    display: inline-block;
    vertical-align: top;
    width: 22px;
}
form#ms-search {
    display: none;
}
#submitted-on,
.submitted-on {
    font-weight: 100!important;
    letter-spacing: .1px;
    display: block;
    margin-bottom: 5px;
    text-align: left;
    font-size: 0;
}
#submitted-on:before,
.submitted-on:before {
    content: '\e7b0';
    font: 400 10px/24px streamline;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    -moz-osx-font-smoothing: grayscale;
}
#submitted-on a,
.submitted-on a {
    font-weight: 600;
    display: inline-block;
    line-height: 24px;
    vertical-align: top;
    font-size: 10px!important;
    letter-spacing: 0;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
td.comment .submitted-on {
    position: absolute;
    left: 15px;
    bottom: 8px;
    margin-bottom: 0;
}
td.comment .submitted-on a + a {
    float: right;
    margin-left: 25px;
    font-weight: 600
}
td.comment .submitted-on a + a:before {
    content: '\ec11';
    font: 400 14px/24px streamline;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}
th.sortable a span.comment-grey-bubble {
    display: inline-block;
    vertical-align: middle;
}
th.sortable a span.comment-grey-bubble:before {
    display: block;
    font: 400 14px/14px streamline;
    content: '\e79e';
}
.widefat:not(#update-plugins-table) .plugins td p br {
    display: none;
}
.widefat#update-plugins-table .plugins td p {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 16px;
    text-align: left;
}
.widefat#update-plugins-table .plugins td p > strong:first-child {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px!important;
    position: relative;
    top: 5px;
}
.plugins td p strong {
    margin-bottom: 10px!important;
}
.plugin-version-author-uri {
    font-size: 9px;
    letter-spacing: .1px;
    text-align: left;
}
td.slug.column-slug {
    white-space: nowrap
}
td.post-title > strong,
td.theme-title > strong,
td.column-name > strong,
td.column-title > strong,
td.plugin-title > strong,
.widefat.users td.column-username > strong,
.widefat.users td.column-username > img {
    display: block;
    opacity: 1;
    white-space: nowrap;
    font-size: 0;
}
.widefat.users > tbody td.column-username > img {
    margin: 0 5px 0 0;
}
.mobile td.post-title > strong,
.mobile td.theme-title > strong,
.mobile td.column-name > strong,
.mobile td.column-title > strong,
.mobile td.plugin-title > strong,
.mobile td.column-title > p,
.mobile .widefat.users td.column-username > strong,
.mobile .widefat.users td.column-username > img {
    -webkit-transform: translateY(0px)!important;
    -moz-transform: translateY(0px)!important;
    -ms-transform: translateY(0px)!important;
    -o-transform: translateY(0px)!important;
    transform: translateY(0px)!important;
}
a.row-title,
td.post-title > strong,
td.theme-title > strong,
td.plugin-title > strong,
.plugins td.plugin-title p strong {
    display: inline-block;
    word-break: break-word;
    font-size: 14px!important;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0!important;
    white-space: normal;
}
/*.mobile .row-actions,*/
/*.row-actions.visible, */
body:not(.mobile) div.comment-item:hover .row-actions,
body:not(.mobile) td:hover .row-actions,
body:not(.mobile) .is-expanded .row-actions,
body:not(.mobile) .row-actions:hover,
body:not(.mobile) td.post-title:hover > strong,
body:not(.mobile) td.plugin-title:hover > strong,
body:not(.mobile) td.column-title:hover > p,
body:not(.mobile) .is-expanded td.column-title > p,
body:not(.mobile) .widefat.users td.column-username:hover > strong,
body:not(.mobile) .widefat.users td.column-username:hover > img {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
.mobile td > strong,
table.widefat td.column-name:hover > strong,
table.widefat td.plugin-title:hover > strong,
table.widefat td.column-title:hover > strong,
table.widefat td.theme-title:hover > strong,
table.widefat tr.is-expanded td.column-name > strong,
table.widefat tr.is-expanded td.plugin-title > strong,
table.widefat tr.is-expanded td.column-title > strong {
    -webkit-transform: translateY(0)!important;
       -moz-transform: translateY(0)!important;
        -ms-transform: translateY(0)!important;
         -o-transform: translateY(0)!important;
            transform: translateY(0)!important;
    opacity: 1;
}
.widefat.users td.column-username br {
    display: none;
}
body.wp-admin .widefat thead .check-column,
body.wp-admin .widefat tfoot .check-column {
    padding: 0 15px!important;
}
td.column-title > p {
    margin-bottom: 5px!important;
    margin-top: 0px;
}
/*.widefat .check-column + td,
.widefat .check-column + th {
    padding-left: 0!important;
}*/
table.widefat + p {
    background: transparent!important;
    padding: 0 !important;
}
th.sortable a,
th.sorted a {
    padding: 0;
    line-height: 22px;
    display: block;
    white-space: nowrap
}
th.sortable a > span,
th.sorted a > span {
    display: inline-block;
    line-height: 22px;
}
.column-author a,
.column-categories a,
.column-tags a {
    font-size: 11px;
    letter-spacing: .2px;
    font-weight: 400;
}
.widefat > tbody > tr .column-author a,
.widefat > tbody > tr .column-categories a,
.widefat > tbody > tr .column-tags a,
.widefat > tbody > tr .column-comments a,
.widefat > tbody > tr .column-date abbr {
    opacity: .5;
    -webkit-transition: opacity .3s ease-in-out, color .15s ease-in-out;
    -moz-transition: opacity .3s ease-in-out, color .15s ease-in-out;
    -o-transition: opacity .3s ease-in-out, color .15s ease-in-out;
    transition: opacity .3s ease-in-out, color .15s ease-in-out;
}
.widefat > tbody > tr:hover .column-author a,
.widefat > tbody > tr:hover .column-categories a,
.widefat > tbody > tr:hover .column-tags a,
.widefat > tbody > tr:hover .column-comments a,
.widefat > tbody > tr:hover .column-date abbr {
    opacity: 1;
}
.sticky_no_items + .tablenav,
.tablenav.top .tablenav-pages {
    display: none
}
.tablenav-pages span.tablenav-pages-navspan {
    width: 32px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    opacity: .25;
    font-size: 16px;
    line-height: 32px;
}
.sticky_no_items {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
#doaction,
#doaction2,
#post-query-submit {
    margin: 0!important
}
table.widefat.importers {}
table.widefat.importers .row-title a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.widfat .column-name {
    width: 50%;
}
.widefat.users .column-name {
    width: 20%;
}
.widefat.users td.column-name {
    font-size: 13px;
    font-weight: 600;
}
.column-username img {
    float: left;
}
.column-username > strong {
    display: inline-block;
    line-height: 32px;
}
.column-username > strong > a {
    font-size: 13px;
    line-height: 32px;
    font-weight: 600;
    vertical-align: top;
}
.column-name strong + br {
    display: none;
}
.column-comment .comment-author > strong,
.column-author > strong {
    font-size: 12px;
    letter-spacing: .2px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    display: block;
    vertical-align: top;
}
.column-comment .comment-author > strong {
    text-align: left;
    position: relative;
}
.column-comment .comment-author > strong .s_links {
    position: absolute;
    top: 25px;
    left: 40px;
    display: block;
    line-height: 14px;
}
span.post-com-count.post-com-count-no-comments {
    display: none!important;
}
.column-author > strong .s_links {
    position: relative;
    z-index: 3;
    line-height: 14px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .1s ease-in-out;
       -moz-transition: max-height .1s ease-in-out;
         -o-transition: max-height .1s ease-in-out;
            transition: max-height .1s ease-in-out;
}
.column-author > strong:hover .s_links {
    max-height: 14px;
}

.column-author a.s_modified {
    display: inline-block!important;
    margin-left: 10px;
}
.column-comment .comment-author a.s_modified {
    display: inline-block !important;
    margin-right: 10px;
}
body:not(.mobile) .column-author a.s_modified:after,
body:not(.mobile) .column-comment .comment-author a.s_modified:after {
    text-transform: uppercase;
    font-weight: 700;
    content: 'link';
}
body:not(.mobile) .column-author a.s_modified.s_ip:after,
body:not(.mobile) .column-comment .comment-author a.s_modified.s_ip:after {
    content: 'IP';
}
body:not(.mobile) .column-author a.s_modified.s_domain:after,
body:not(.mobile) .column-comment .comment-author a.s_modified.s_domain:after {
    content: 'WWW';
}
body:not(.mobile) .column-author a.s_modified.s_email:after,
body:not(.mobile) .column-comment .comment-author a.s_modified.s_email:after {
    content: 'eMail';
}
.column-author img,
.column-author > strong img,
.column-comment .comment-author img,
.column-username img {
    vertical-align: middle;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    margin: 0px 10px 0 0;
    border: 2px solid;
}
.column-comment .comment-author img {
    display: inline-block;
    margin: 0 5px 0px 0;
    vertical-align: top;
}
#the-comment-list .column-author > br {
    display: none;
}
.author.column-author > a {
    text-align: left;
}
#the-comment-list .author.column-author > a,
#the-comment-list td.column-comment .comment-author .s_links > a,
#the-comment-list .author.column-author .s_links a {
    display: inline-block;
    font: 400 9px/14px "Open Sans", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    text-align: right;
    position: relative;
    z-index: 1;
}
#the-comment-list .author.column-author > a:hover,
#the-comment-list .author.column-author .s_links a:hover {
    cursor: pointer;
}
#the-comment-list .comment-item,
#the-comment-list #replyrow {
    margin: 0
}
#the-comment-list .unapproved .column-comment {
    border-style: dashed!important;
    box-shadow: none!important;
}
.widefat .theme-version-author-uri {
    text-align: left;
}
.widefat td.column-description.no-more > * {
    display: none;
}
.widefat td.column-description.no-more {
    cursor: pointer;
}
.widefat td.column-description.no-more > div.more_but {
    display: inline-block!important;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    width: 16px;
    -webkit-transition: color .1s ease-in-out;
       -moz-transition: color .1s ease-in-out;
         -o-transition: color .1s ease-in-out;
            transition: color .1s ease-in-out;
}

body.content-w .widefat td.column-description.no-more > div.more_but {
    color: rgba(255,255,255,.25);
}

body.content-b .widefat td.column-description.no-more > div.more_but {
    color: rgba(0,0,0,.25);
}
body.content-w .widefat td.column-description.no-more:hover > div.more_but {
    color: rgba(255,255,255,.75);
}

body.content-b .widefat td.column-description.no-more:hover > div.more_but {
    color: rgba(0,0,0,.75);
}

.widefat td.column-description:not(.no-more) > div.more_but {
    display: none!important;
}
#comments-form .fixed td.column-author:after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    z-index: -5;
}
#comments-form .fixed .column-author {
    width: 20%!important;
    text-align: right;
}
#the-comment-list .column-author {
    text-align: right;
    vertical-align: top;
    position: relative;
}
#the-comment-list .column-author * {
    text-align: right;
}
#the-comment-list .column-author > strong {
    display: block;
    padding: 2px 0;
    position: relative;
}
#the-comment-list .column-author > strong:before,
#the-comment-list .column-author > strong:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
#the-comment-list .column-author > strong:before {
    z-index: -1;
    bottom: -5px;
    top: -5px;
}
body.content-w #the-comment-list .column-author > strong:before {
    background:#000;
}
body.content-b #the-comment-list .column-author > strong:before {
    background:#fff;
}

#the-comment-list .column-author > strong:after {
    z-index: 1;
}
#the-comment-list .column-author > strong img {
    display: inline-block;
    margin: 0px 0px 5px 100%;
    float: right;
    -webkit-transition: border-color .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}
#the-comment-list td.comment.column-comment {
    display: inline-block;
    margin: 25px 15px 40px;
    padding: 15px!important;
    overflow: visible;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px rgba(0,0,0,.025);
    -moz-box-shadow: 0 2px rgba(0,0,0,.025);
    box-shadow: 0 2px rgba(0,0,0,.025);
    position: relative;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    background: transparent;
    max-width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}
#the-comment-list td.comment.column-comment:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -11px;
    z-index: 1;
    border-style: solid;
    border-width: 0 10px 10px 0;
    -webkit-transition: border-color .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}
#the-comment-list td.comment.column-comment:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -8px;
    z-index: 2;
    border-style: solid;
    border-width: 0 8px 8px 0;
    
}

body.content-w #the-comment-list td.comment.column-comment:after { border-color: transparent #000 transparent transparent; }
body.content-b #the-comment-list td.comment.column-comment:after { border-color: transparent #fff transparent transparent; }

#the-comment-list .row-actions {
    /*position: absolute;
    bottom: -26px;
    left: 0;*/
    margin-top: 0;
    padding-top: 5px;
}
.tablenav {
    position: relative;
    display: block;
    height: 28px;
    z-index: 39;
}
.tablenav:hover {
    z-index: 42;
}
.tablenav.top {
    white-space: nowrap;
    height: 32px;
}
.tablenav.top.sticky-empty {
    height: 0;
    margin-bottom: 0;
    visibility: hidden;
}
.tablenav.bottom {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 0!important;
}
#col-container .tablenav.bottom {
    background: transparent !important;
}

.tablenav.bottom + form {
    max-width: 100%;
    display: block;
}
/*am comentato pt ca pe tags nu apare paginatoru*/
/*.tablenav.bottom .bulkactions + div {
    display: none;
}*/
.tablenav .view-switch {
    position: absolute;
    right: 0;
    top: 0;
}
.tablenav .view-switch a {
    display: inline-block;
    position: relative;
    width: auto;
    height: 24px;
    text-align: center;
    margin-left: 15px;
    margin-right: 0;
    font-size: 10px;
    text-transform: none;
    font-weight: 400;
    vertical-align: bottom;
    padding: 0;
    opacity: .5;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.tablenav .view-switch a:hover {
    opacity: 1;
}
.tablenav .view-switch a.current {
    cursor: default!important;
    position: relative;
    opacity: 1;
}
.tablenav .view-switch a img {
    background: none!important;
    display: block;
    margin: 0
}
.tablenav .displaying-num {
    display: none;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
}
.tablenav .tablenav-pages {
    text-align: center;
    display: block;
    cursor: default;
    line-height: 32px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0!important;
}
.tablenav .tablenav-pages.one-page {
    display: none!important;
}
.tablenav .tablenav-pages a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: relative;
    text-indent: -9999px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.pagination-links {
    display: block;
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
}

body.header-w .wrap > form > .tablenav.bottom .pagination-links {
    color: rgba(255,255,255,.5);
}
body.header-w .wrap > form > .tablenav.bottom .pagination-links a {
    color: rgba(255,255,255,.75);
}
body.header-w .wrap > form > .tablenav.bottom .pagination-links a:hover,
body.header-w .wrap > form > .tablenav.bottom .pagination-links a:focus {
    color: rgba(255,255,255,.95);
}
body.header-b .wrap > form > .tablenav.bottom .pagination-links {
    color: rgba(0,0,0,.5);
}
body.header-b .wrap > form > .tablenav.bottom .pagination-links a {
    color: rgba(0,0,0,.75);
}
body.header-b .wrap > form > .tablenav.bottom .pagination-links a:hover,
body.header-b .wrap > form > .tablenav.bottom .pagination-links a:focus {
    color: rgba(0,0,0,.95);
}

.pagination-links:before {
    content: ' ';
    display: block;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: -webkit-calc(50% - 15px);
    left: -moz-calc(50% - 15px);
    left: calc(50% - 15px);
}
.wrap > form > .tablenav.bottom .pagination-links {
    padding-top: 0 !important;
    margin-top: 0 !important;   
}
.wrap > form > .tablenav.bottom .pagination-links:before {
    display: none !important;
}
body.content-w .pagination-links:before {
    background: rgba(255,255,255,.1);
}
body.content-b .pagination-links:before {
    background: rgba(0,0,0,.1);
}
.pagination-links a:before {
    display: block;
    content: '\e604';
    font: normal 24px/32px streamline;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    text-indent: 0;
}
.pagination-links a.first-page:before {
    content: '\e65f';
}
.pagination-links a.prev-page:before {
    content: '\e650';
}
.pagination-links a.next-page:before {
    content: '\e656';
}
.pagination-links a.last-page:before {
    content: '\e660';
}
.pagination-links .paging-input {
    margin: 0 25px;
    line-height: 32px;
    display: inline-block;
}
.pagination-links a.disabled,
.pagination-links a.disabled:active,
.pagination-links a.disabled:focus,
.pagination-links a.disabled:hover {
    background: transparent!important;
    cursor: default!important;
}
body.content-b .widefat > tbody > tr > td,
body.content-b .widefat > tbody > tr > td ol,
body.content-b .widefat > tbody > tr > td p,
body.content-b .widefat > tbody > tr > td ul {
    color: rgba(0,0,0,.35);
}
body.content-b .widefat > tbody tr td,
body.content-b .widefat > tbody tr th {
    border-bottom: 1px solid rgba(0,0,0,.05);
}
body.content-b .widefat > tbody tr:not(.is-expanded) td,
body.content-b .widefat > tbody tr th,
body.content-b .widefat > tbody tr.is-expanded td:last-child {
    border-bottom: 1px solid rgba(0,0,0,.05);
}

body.content-b .widefat > thead tr td,
body.content-b .widefat > thead tr th {
    border-bottom: 2px solid rgba(0,0,0,.05);
}
body.content-b .widefat > tfoot tr td,
body.content-b .widefat > tfoot tr th {
    border-top: 2px solid rgba(0,0,0,.05);
}
body.content-b .widefat > tbody > tr > td button,
body.content-b .widefat > tbody > tr > td a {
    color: rgba(0,0,0,.65);
}
body.content-b .widefat > tbody > tr > td button:hover,
body.content-b .widefat > tbody > tr > td a:hover {
    color: rgba(0,0,0,.85);
}
body.content-b .widefat > tbody > tr > td button:focus,
body.content-b .widefat > tbody > tr > td a:focus {
    color: rgba(0,0,0,1);
}
body.content-b .widefat > tbody #submitted-on,
body.content-b .widefat > tbody .submitted-on,
body.content-b .widefat > tbody #submitted-on a,
body.content-b .widefat > tbody .submitted-on a {
    color: rgba(0,0,0,.35)
}
body.content-b .widefat > tbody #submitted-on a:hover,
body.content-b .widefat > tbody .submitted-on a:hover {
    color: rgba(0,0,0,.75)
}
body.content-b .widefat > tbody tr.no-items td {
    color: #000;
}
body.content-b .widefat > tbody .date {
    color: rgba(0,0,0,.55);
}
body.content-b .widefat > tbody .date abbr {
    color: rgba(0,0,0,.75);
}
body.content-b .widefat > tbody .post-state {
    color: rgba(0,0,0,.35);
}
body.content-b .widefat > tbody .post-state.sticky_altered:before {
    border-left: 25px solid rgba(0,0,0,.05);
    border-bottom: 25px solid rgba(0,0,0,0);
}
body.content-b .widefat#update-plugins-table > tbody .plugins td p > strong:first-child {
    color: rgba(0,0,0,.75);
}
body.content-b .widefat#update-plugins-table .plugins td p > strong:first-child,
body.content-b .widefat > tbody > tr > td.post-title > strong,
body.content-b .widefat > tbody > tr > td.column-name > strong,
body.content-b .widefat > tbody > tr > td.theme-title > strong,
body.content-b .widefat > tbody > tr > td.column-title > strong,
body.content-b .widefat > tbody > tr > td.plugin-title > img + strong,
body.content-b .widefat.users > tbody td.column-username > strong,
body.content-b .widefat.users > tbody td.column-username > img,
body.content-b .widefat > tbody a.row-title,
body.content-b .widefat > tbody > tr > td.post-title > strong {
    color: rgba(0,0,0,.75);
}
body.content-b .widefat > tbody a.row-title:hover,
body.content-b .widefat > tbody > tr > td.post-title > strong:hover{
    color: rgba(0,0,0,1);
}
body.content-b .widefat > tbody .row-actions a {
    color: rgba(0,0,0,.4);
}
body.content-b .widefat > tbody .column-author > strong {
    color: rgba(0,0,0,.85);
}
body.content-b .widefat > tbody .column-author > strong img {
    border-color:rgba(0,0,0,.1);
}
body.content-b .widefat > tbody input[type=checkbox],
body.content-b .widefat > tbody input[type=radio],
body.content-b .widefat > tbody input.labelauty + label {
    color: rgba(0,0,0,.25)
}
body.content-b .widefat > tbody input[type=checkbox]:disabled:hover,
body.content-b .widefat > tbody input[type=radio]:disabled:hover,
body.content-b .widefat > tbody input.labelauty:checked:not([disabled]) + label:hover {
    color: rgba(0,0,0,1);
}
body.content-b .widefat > tbody input[type=checkbox]:hover,
body.content-b .widefat > tbody input[type=radio]:hover,
body.content-b .widefat > tbody input.labelauty:not(:checked):not([disabled]) + label:hover
{
    color: rgba(0,0,0,.65);
}
body.content-b .widefat.users > tbody td.column-username > img {
    border-color: rgba(0,0,0,.1);
}
body.content-w .widefat > tbody > tr > td,
body.content-w .widefat > tbody > tr > td ol,
body.content-w .widefat > tbody > tr > td p,
body.content-w .widefat > tbody > tr > td ul {
    color: rgba(255,255,255,.35);
}
body.content-w .widefat > tbody tr:not(.is-expanded) td,
body.content-w .widefat > tbody tr th,
body.content-w .widefat > tbody tr.is-expanded td:last-child {
    border-bottom: 1px solid rgba(255,255,255,.05);
}
body.content-w .widefat > thead tr td,
body.content-w .widefat > thead tr th {
    border-bottom: 2px solid rgba(255,255,255,.05);
}
body.content-w .widefat > tfoot tr td,
body.content-w .widefat > tfoot tr th {
    border-top: 2px solid rgba(255,255,255,.05);
}
body.content-w .widefat > tbody > tr > td button,
body.content-w .widefat > tbody > tr > td a {
    color: rgba(255,255,255,.65);
}
body.content-w .widefat > tbody > tr > td button:hover,
body.content-w .widefat > tbody > tr > td a:hover {
    color: rgba(255,255,255,.85);
}
body.content-w .widefat > tbody > tr > td button:focus,
body.content-w .widefat > tbody > tr > td a:focus {
    color: rgba(255,255,255,1);
}
body.content-w .widefat > tbody #submitted-on,
body.content-w .widefat > tbody .submitted-on,
body.content-w .widefat > tbody #submitted-on a,
body.content-w .widefat > tbody .submitted-on a {
    color: rgba(255,255,255,.35)
}
body.content-w .widefat > tbody #submitted-on a:hover,
body.content-w .widefat > tbody .submitted-on a:hover {
    color: rgba(255,255,255,.75)
}
body.content-w .widefat > tbody tr.no-items td {
    color: #fff;
}
body.content-w .widefat > tbody .date {
    color: rgba(255,255,255,.55);
}
body.content-w .widefat > tbody .date abbr {
    color: rgba(255,255,255,.75);
}
body.content-w .widefat > tbody .post-state {
    color: rgba(255,255,255,.35);
}
body.content-w .widefat > tbody .post-state.sticky_altered:before {
    border-left: 35px solid rgba(255,255,255,.05);
    border-bottom: 35px solid rgba(255,255,255,0);
}
body.content-w .widefat#update-plugins-table > tbody .plugins td p > strong:first-child {
    color: rgba(255,255,255,.75);
}
body.content-w .widefat#update-plugins-table .plugins td p > strong:first-child,
body.content-w .widefat > tbody > tr > td.post-title > strong,
body.content-w .widefat > tbody > tr > td.column-name > strong,
body.content-w .widefat > tbody > tr > td.column-title > strong,
body.content-w .widefat > tbody > tr > td.theme-title > strong,
body.content-w .widefat > tbody > tr > td.plugin-title > img + strong,
body.content-w .widefat.users > tbody td.column-username > strong,
body.content-w .widefat.users > tbody td.column-username > img,
body.content-w .widefat > tbody a.row-title,
body.content-w .widefat > tbody > tr > td.post-title > strong {
    color: rgba(255,255,255,.75);
}
body.content-w .widefat > tbody a.row-title:hover,
body.content-w .widefat > tbody > tr > td.post-title > strong:hover{
    color: rgba(255,255,255,1);
}
body.content-w .widefat > tbody .row-actions a {
    color: rgba(255,255,255,.4);
}
body.content-w .widefat > tbody .column-author > strong {
    color: rgba(255,255,255,.85);
}
body.content-w .widefat > tbody .column-author > strong img {
    border-color:rgba(255,255,255,.1);
}
body.content-w .widefat > tbody input[type=checkbox],
body.content-w .widefat > tbody input[type=radio],
body.content-w .widefat > tbody input.labelauty + label {
    color: rgba(255,255,255,.25)
}
body.content-w .widefat > tbody input[type=checkbox]:disabled,
body.content-w .widefat > tbody input[type=radio]:disabled,
body.content-w .widefat > tbody input[type=checkbox]:disabled:hover,
body.content-w .widefat > tbody input[type=radio]:disabled:hover,
body.content-w .widefat > tbody input.labelauty:checked:not([disabled]) + label:hover {
    color: rgba(255,255,255,1);
}
body.content-w .widefat > tbody input[type=checkbox]:hover,
body.content-w .widefat > tbody input[type=radio]:hover,
body.content-w .widefat > tbody input.labelauty:not(:checked):not([disabled]) + label:hover 
{
    color: rgba(255,255,255,.65);
}
body.content-w .widefat.users > tbody td.column-username > img {
    border-color: rgba(255,255,255,.1);
}
body.content-b #the-comment-list td.comment.column-comment {
    color: rgba(0,0,0,.75);
    border: 1px solid rgba(0,0,0,.05);
}
body.content-b #the-comment-list td.comment.column-comment p {
    color: rgba(0,0,0,.75);
}
body.content-b #activity-widget #the-comment-list .dashboard-comment-wrap blockquote:before,
body.content-b #the-comment-list td.comment.column-comment:before {
    border-color: transparent rgba(0,0,0,.05) transparent transparent;
}
body.content-b #the-comment-list td.column-comment .comment-author > strong img,
body.content-b #the-comment-list .column-author > strong img {
    border-color:rgba(0,0,0,.25)!important;
}
body.content-b #the-comment-list td.column-comment .comment-author > strong,
body.content-b #the-comment-list .column-author > strong {
    color: rgba(0,0,0,.65);
}
body.content-b #comments-form .fixed td.column-author:after {
    background: rgba(0,0,0,.025);
}
body.content-b #the-comment-list td.column-comment .comment-author .s_links > a,
body.content-b #the-comment-list .author.column-author > a,
body.content-b #the-comment-list .author.column-author .s_links > a {
    color: rgba(0,0,0,.25)!important;
}
body.content-b #the-comment-list td.column-comment .comment-author .s_links > a:hover,
body.content-b #the-comment-list .author.column-author > a:hover,
body.content-b #the-comment-list .author.column-author .s_links > a:hover {
    color: rgba(0,0,0,.85)!important;
}
body.content-b .widefat.comments > tbody > tr > td a,
body.content-b .widefat.comments > tbody > tr > td button,
body.content-b .widefat.comments > tbody .row-actions a {
    color: rgba(0,0,0,.65);
    border-color: rgba(0,0,0,.25);
}
body.content-b .widefat.comments > tbody > tr > td a:hover,
body.content-b .widefat.comments > tbody > tr > td button:hover,
body.content-b .widefat.comments > tbody .row-actions a:hover {
    color: rgba(0,0,0,.95);
    border-color: rgba(0,0,0,.5);
}
body.content-b .widefat.comments .response-links,
body.content-b .widefat.comments .response-links  a {
    color: rgba(0,0,0,.65)!important;
}
body.content-b .widefat.comments .response-links a:hover {
    color: rgba(0,0,0,.95)!important;
}
body.content-b .widefat.comments > tbody input.labelauty + label {
    color: rgba(0,0,0,.25)
}
body.content-b .widefat.comments > tbody input.labelauty + label {
    color: rgba(0,0,0,.15);
}
body.content-b .widefat.comments > tbody input.labelauty:checked:not([disabled]) + label:hover {
    color: rgba(0,0,0,1);
}
body.content-b .widefat.comments > tbody input.labelauty:not(:checked):not([disabled]) + label:hover,
body.content-b .widefat.comments > tbody input.labelauty:checked + label {
     color: rgba(0,0,0,.65);
}
body.content-w #the-comment-list td.comment.column-comment {
    color: rgba(255,255,255,.75);
    border: 1px solid rgba(255,255,255,.05);
}
body.content-w #the-comment-list td.comment.column-comment p {
    color: rgba(255,255,255,.75);
}
body.content-w #activity-widget #the-comment-list .dashboard-comment-wrap blockquote:before,
body.content-w #the-comment-list td.comment.column-comment:before {
    border-color: transparent rgba(255,255,255,.05) transparent transparent;
}
body.content-w #the-comment-list td.column-comment .comment-author > strong img,
body.content-w #the-comment-list .column-author > strong img {
    border-color:rgba(255,255,255,.25)!important;
}
body.content-w #the-comment-list td.column-comment .comment-author > strong,
body.content-w #the-comment-list .column-author > strong {
    color: rgba(255,255,255,.65);
}
body.content-w #comments-form .fixed td.column-author:after {
    background: rgba(255,255,255,.025);
}
body.content-w #the-comment-list td.column-comment .comment-author .s_links > a,
body.content-w #the-comment-list .author.column-author > a,
body.content-w #the-comment-list .author.column-author .s_links > a {
    color: rgba(255,255,255,.25)!important;
}
body.content-w #the-comment-list td.column-comment .comment-author .s_links > a:hover,
body.content-w #the-comment-list .author.column-author > a:hover,
body.content-w #the-comment-list .author.column-author .s_links > a:hover {
    color: rgba(255,255,255,.85)!important;
}
body.content-w .widefat.comments > tbody > tr > td a,
body.content-w .widefat.comments > tbody > tr > td button,
body.content-w .widefat.comments > tbody .row-actions a {
    color: rgba(255,255,255,.65);
    border-color: rgba(255,255,255,.25);
}
body.content-w .widefat.comments > tbody > tr > td a:hover,
body.content-w .widefat.comments > tbody > tr > td button:hover,
body.content-w .widefat.comments > tbody .row-actions a:hover {
    color: rgba(255,255,255,.95);
    border-color: rgba(255,255,255,.5);
}
body.content-w .widefat.comments .response-links,
body.content-w .widefat.comments .response-links  a {
    color: rgba(255,255,255,.65)!important;
}
body.content-w .widefat.comments .response-links a:hover {
    color: rgba(255,255,255,.95)!important;
}
body.content-w .widefat.comments > tbody input.labelauty + label {
    color: rgba(255,255,255,.25)
}
body.content-w .widefat.comments > tbody input.labelauty + label {
    color: rgba(255,255,255,.15);
}
body.content-w .widefat.comments > tbody input.labelauty:checked:not([disabled]) + label:hover {
    color: rgba(255,255,255,1);
}
body.content-w .widefat.comments > tbody input.labelauty:not(:checked):not([disabled]) + label:hover,
body.content-w .widefat.comments > tbody input.labelauty:checked + label {
     color: rgba(255,255,255,.65);
}
/* PLUGINS LIST */
.widefat.plugin-install {
    display: block;
    width: 100%;
}
.plugin-card {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
    width: 48.5%;
    width: -webkit-calc(50% - 13px);
    width: -moz-calc(50% - 13px);
    width: calc(50% - 13px);
    border: 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
    -webkit-box-shadow: 0px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 1px rgba(0, 0, 0, .1);
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.content-b .plugin-card { 
    background: #fff;
}
body.content-w .plugin-card { 
    background: #000;
}

.plugin-card-top .column-name h4 a {
    font-size: 14px;
    line-height: 18px!important;
    font-weight: 400;
    display: block;
}
.plugin-card .column-updated strong,
.plugin-card .compatibility-compatible strong {
    font-weight: 600;
    font-size: 11px;
    margin-right: 1px;
}
.plugin-card h4 {
    margin-bottom: 5px;
}
.plugin-card-top {
    display: block;
    position: relative;
    min-height: 170px;
}
.plugin-card-bottom {
    clear: both;
    position: relative;
    padding: 15px;
    margin: 0 -15px -15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
}
.plugin-card-bottom > div {
    max-width: 60%;
    font-size: 11px;
    line-height: 14px;
}
.plugin-card .column-name {
    width: auto!important;
    display: block;
}
.plugin-card .desc p {
    line-height: 18px;
    font-size: 12px;
    display: block;
    padding-top: 5px;
}
.plugin-card .desc p.authors {
    font-size: 12px;
    margin-right: 120px;
    opacity: .6;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
.plugin-card .desc p.authors:hover {
    opacity: 1;
}
.plugin-card .plugin-card-top .plugin-action-buttons li {
    margin-bottom: 0;
    white-space: nowrap
}
.plugin-card .plugin-card-top .plugin-action-buttons li a.thickbox {
    display: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: right;
}
.plugin-card .action-links .plugin-action-buttons {
    position: absolute;
    bottom: 5px;
    right: 0;
    text-align: right;
    margin-bottom: 0;
}
.plugin-card .plugin-card-top .plugin-action-buttons li a.thickbox:hover {
    color: rgba(0, 0, 0, .75);
}
.plugin-card .plugin-card-top .desc cite {
    margin-left: 0;
}
.plugin-card .plugin-action-buttons a.button {
    padding: 0 8px;
    letter-spacing: .1px;
    margin: 0;
}
.plugin-card .plugin-action-buttons span {
    margin-bottom: 0;
}
.plugin-card .plugin-card-bottom .column-rating {
    text-align: right;
    float: right;
    margin-top: 20px;
}
.plugin-card .plugin-card-bottom .column-rating .star {
    text-align: right;
    margin-left: 2px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.star-rating .star:before,
.plugin-card .plugin-card-bottom .column-rating .star:before {
    font: 400 12px/12px "FontAwesome";
    content: '';
}
.star-rating .star.star-full:before,
.plugin-card .plugin-card-bottom .column-rating .star.star-full:before {
    content: '\f005';
}
.star-rating .star.star-empty:before,
.plugin-card .plugin-card-bottom .column-rating .star.star-empty:before {
    content: '\f006';
}
.star-rating .star.star-half:before,
.plugin-card .plugin-card-bottom .column-rating .star.star-half:before {
    content: '\f123';
}
.plugin-card .plugin-card-bottom .column-rating span.num-ratings {
    display: none;
}
.plugin-card .plugin-card-bottom .column-compatibility {
    display: block;
    margin-top: 5px;
}
.star-rating .star {
    display: inline-block;
    line-height: 12px;
    vertical-align: top;
    margin-right: 3px;
}
.plugin-card .plugin-card-bottom .column-downloaded {
    font-weight: 400;
    font-size: 11px;
    letter-spacing: .1px;
    line-height: 16px;
    display: block;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 15px;
}
.plugin-icon {
    display: inline-block;
    float: left;
    width: 128px;
    margin: 0 20px 25px 0;
}
.plugin-icon img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 128px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
#plugin-filter .tablenav.top {
    display: none;
}
.plugin-icon:hover img {
    opacity: .65;
}
.action-links {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
}
.plugin-install-php .widefat .column-name {
    display: block;
    margin-right: 0px;
    padding-top: 1px;
}
.popular-tags {
    display: block;
    line-height: 20px;
}
.popular-tags a {
    margin-right: 5px;
    line-height: 32px;
}
.popular-tags a:hover {
    text-decoration: underline;
}
.settings_page_bp-components td.plugin-title span {
    display: none;
}
.settings_page_bp-components td.plugin-title {
    padding-left: 0!important;
}
#bp-admin-component-form .widefat th {
    vertical-align: middle!important;
}
.widefat.comments tbody > tr > td:not(.comment) {
    border-bottom: none!important;
}
/* Generated with Bounce.js. Edit at http://goo.gl/PYRnbg */
@-webkit-keyframes rows_bounce {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    3.2% {
        -webkit-transform: matrix3d(1, 0.046, 0, 0, 0.046, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.046, 0, 0, 0.046, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.5% {
        -webkit-transform: matrix3d(1, 0.054, 0, 0, 0.054, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.054, 0, 0, 0.054, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    6.41% {
        -webkit-transform: matrix3d(1, 0.058, 0, 0, 0.058, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.058, 0, 0, 0.058, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    9.01% {
        -webkit-transform: matrix3d(1, 0.053, 0, 0, 0.053, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.053, 0, 0, 0.053, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    12.71% {
        -webkit-transform: matrix3d(1, 0.037, 0, 0, 0.037, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.037, 0, 0, 0.037, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    13.51% {
        -webkit-transform: matrix3d(1, 0.033, 0, 0, 0.033, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.033, 0, 0, 0.033, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    17.92% {
        -webkit-transform: matrix3d(1, 0.015, 0, 0, 0.015, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.015, 0, 0, 0.015, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.92% {
        -webkit-transform: matrix3d(1, 0.012, 0, 0, 0.012, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.012, 0, 0, 0.012, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    25.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.03% {
        -webkit-transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    31.43% {
        -webkit-transform: matrix3d(1, -0.003, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, -0.003, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    34.63% {
        -webkit-transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    40.14% {
        -webkit-transform: matrix3d(1, -0.001, 0, 0, -0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, -0.001, 0, 0, -0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    56.46% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    62.36% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    81.48% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    84.68% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}
@-moz-keyframes rows_bounce {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    3.2% {
        -webkit-transform: matrix3d(1, 0.046, 0, 0, 0.046, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0.046, 0, 0, 0.046, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.046, 0, 0, 0.046, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.5% {
        -webkit-transform: matrix3d(1, 0.054, 0, 0, 0.054, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0.054, 0, 0, 0.054, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.054, 0, 0, 0.054, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    6.41% {
        -webkit-transform: matrix3d(1, 0.058, 0, 0, 0.058, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0.058, 0, 0, 0.058, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.058, 0, 0, 0.058, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    9.01% {
        -webkit-transform: matrix3d(1, 0.053, 0, 0, 0.053, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0.053, 0, 0, 0.053, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.053, 0, 0, 0.053, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    12.71% {
        -webkit-transform: matrix3d(1, 0.037, 0, 0, 0.037, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0.037, 0, 0, 0.037, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.037, 0, 0, 0.037, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    13.51% {
        -webkit-transform: matrix3d(1, 0.033, 0, 0, 0.033, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0.033, 0, 0, 0.033, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.033, 0, 0, 0.033, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    17.92% {
        -webkit-transform: matrix3d(1, 0.015, 0, 0, 0.015, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0.015, 0, 0, 0.015, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.015, 0, 0, 0.015, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.92% {
        -webkit-transform: matrix3d(1, 0.012, 0, 0, 0.012, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0.012, 0, 0, 0.012, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.012, 0, 0, 0.012, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    25.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.03% {
        -webkit-transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    31.43% {
        -webkit-transform: matrix3d(1, -0.003, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, -0.003, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, -0.003, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    34.63% {
        -webkit-transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    40.14% {
        -webkit-transform: matrix3d(1, -0.001, 0, 0, -0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, -0.001, 0, 0, -0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, -0.001, 0, 0, -0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    56.46% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    62.36% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    81.48% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    84.68% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}
@-o-keyframes rows_bounce {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    3.2% {
        -webkit-transform: matrix3d(1, 0.046, 0, 0, 0.046, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.046, 0, 0, 0.046, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.5% {
        -webkit-transform: matrix3d(1, 0.054, 0, 0, 0.054, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.054, 0, 0, 0.054, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    6.41% {
        -webkit-transform: matrix3d(1, 0.058, 0, 0, 0.058, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.058, 0, 0, 0.058, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    9.01% {
        -webkit-transform: matrix3d(1, 0.053, 0, 0, 0.053, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.053, 0, 0, 0.053, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    12.71% {
        -webkit-transform: matrix3d(1, 0.037, 0, 0, 0.037, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.037, 0, 0, 0.037, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    13.51% {
        -webkit-transform: matrix3d(1, 0.033, 0, 0, 0.033, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.033, 0, 0, 0.033, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    17.92% {
        -webkit-transform: matrix3d(1, 0.015, 0, 0, 0.015, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.015, 0, 0, 0.015, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.92% {
        -webkit-transform: matrix3d(1, 0.012, 0, 0, 0.012, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.012, 0, 0, 0.012, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    25.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.03% {
        -webkit-transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    31.43% {
        -webkit-transform: matrix3d(1, -0.003, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, -0.003, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    34.63% {
        -webkit-transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    40.14% {
        -webkit-transform: matrix3d(1, -0.001, 0, 0, -0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, -0.001, 0, 0, -0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    56.46% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    62.36% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    81.48% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    84.68% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}
@keyframes rows_bounce {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    3.2% {
        -webkit-transform: matrix3d(1, 0.046, 0, 0, 0.046, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0.046, 0, 0, 0.046, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.046, 0, 0, 0.046, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.5% {
        -webkit-transform: matrix3d(1, 0.054, 0, 0, 0.054, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0.054, 0, 0, 0.054, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.054, 0, 0, 0.054, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    6.41% {
        -webkit-transform: matrix3d(1, 0.058, 0, 0, 0.058, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0.058, 0, 0, 0.058, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.058, 0, 0, 0.058, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    9.01% {
        -webkit-transform: matrix3d(1, 0.053, 0, 0, 0.053, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0.053, 0, 0, 0.053, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.053, 0, 0, 0.053, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    12.71% {
        -webkit-transform: matrix3d(1, 0.037, 0, 0, 0.037, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0.037, 0, 0, 0.037, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.037, 0, 0, 0.037, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    13.51% {
        -webkit-transform: matrix3d(1, 0.033, 0, 0, 0.033, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0.033, 0, 0, 0.033, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.033, 0, 0, 0.033, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    17.92% {
        -webkit-transform: matrix3d(1, 0.015, 0, 0, 0.015, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0.015, 0, 0, 0.015, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.015, 0, 0, 0.015, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.92% {
        -webkit-transform: matrix3d(1, 0.012, 0, 0, 0.012, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0.012, 0, 0, 0.012, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0.012, 0, 0, 0.012, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    25.23% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.03% {
        -webkit-transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    31.43% {
        -webkit-transform: matrix3d(1, -0.003, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, -0.003, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, -0.003, 0, 0, -0.003, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    34.63% {
        -webkit-transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, -0.002, 0, 0, -0.002, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    40.14% {
        -webkit-transform: matrix3d(1, -0.001, 0, 0, -0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, -0.001, 0, 0, -0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, -0.001, 0, 0, -0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    56.46% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    62.36% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    81.48% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    84.68% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}
