.blrt-embed-plugin .blrt-embed-col-8{
    width: calc(100% - 300px);
    display: inline-block;
}

.blrt-embed-plugin .blrt-embed-col-4{
    width: 280px;
    float:right;
}

.blrt-embed-plugin h2{
    margin-bottom: 15px !important;
}

.blrt-embed-plugin .blrt-embed-col-8 input[name="name"]{
    font-size: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.blrt-embed-plugin .blrt-embed-col-4>div{
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    background: #fafafa;
}

.blrt-embed-plugin .blrt-embed-col-4 h3{
    margin: 0;
}

.blrt-embed-plugin .blrt-embed-col-4 .shortcode-holder{
    border: 1px solid #ddd;
    padding: 10px;
}

.blrt-embed-plugin .blrt-embed-col-4 .publish-time{
    margin: 20px 0;
}

.blrt-embed-plugin .blrt-embed-col-4 .container-shortcode p{
    font-style: oblique;
}

.blrt-embed-plugin .blrt-embed-col-4 .container-publish-action{
    height: 30px;
}

.blrt-embed-plugin .blrt-embed-col-8 .container-add-new-gallery{
    border: 1px solid #ddd;
    padding: 0 15px;
    background: #fafafa;
}

.blrt-embed-plugin .blrt-embed-col-8 .container-add-new-gallery input[name="title"]{
    margin-top: 20px;
    font-size: 18px;
}

.blrt-embed-plugin .blrt-embed-col-8 .container-add-new-gallery input[name='link']{
    width: calc(100% - 100px);
}

.blrt-embed-plugin .blrt-embed-col-8 .container-add-new-gallery .button-add-new-link{
    display: inline-block;
    width: 50px;
    text-align: center;
    background: #00e7a8;
    padding: 4px 2px;
    border-radius: 3px;
    cursor: pointer;
}

#toplevel_page_blrt-wp-gallery .wp-menu-image:before{
    content: url(../images/blrt_20x20.png);
}

#adminmenu #toplevel_page_blrt-wp-gallery a:focus div.wp-menu-image:before, #adminmenu #toplevel_page_blrt-wp-gallery.opensub div.wp-menu-image:before, 
#adminmenu #toplevel_page_blrt-wp-gallery:hover div.wp-menu-image:before{
    content: url(../images/blrt_focus_20x20.png);
}

#adminmenu #toplevel_page_blrt-wp-gallery .current div.wp-menu-image:before,
#adminmenu #toplevel_page_blrt-wp-gallery.wp-has-current-submenu div.wp-menu-image:before,
#adminmenu #toplevel_page_blrt-wp-gallery a.current:hover div.wp-menu-image:before,
#adminmenu #toplevel_page_blrt-wp-gallery a.wp-has-current-submenu:hover div.wp-menu-image:before,
#adminmenu #toplevel_page_blrt-wp-gallery.wp-has-current-submenu a:focus div.wp-menu-image:before, 
#adminmenu #toplevel_page_blrt-wp-gallery.wp-has-current-submenu.opensub div.wp-menu-image:before, 
#adminmenu #toplevel_page_blrt-wp-gallery.wp-has-current-submenu:hover div.wp-menu-image:before{
    content: url(../images/blrt_white_20x20.png);
}


.blrt-embed-plugin #blrt-embed-url-placeholder .dashicons{
    float: right;
    cursor: pointer;
}

.blrt-embed-plugin #blrt-embed-url-placeholder .blrt-wp-url-single{
    width: calc(100% - 50px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    margin:0 ;
}

.blrt-embed-plugin .blrt-wp-table {
    width: 100%;
    border-spacing: 0;
}

.blrt-embed-plugin .blrt-wp-table thead tr{
    height: 40px;
    background: #fff;
}

.blrt-embed-plugin .blrt-wp-table thead th{
    text-align: left;
}

.blrt-embed-plugin .blrt-wp-table tbody{
    outline: 1px solid #ddd;
}

.blrt-embed-plugin .blrt-wp-table .title{
    width: 50%;
}

.blrt-embed-plugin .blrt-wp-table tbody tr{
    height: 60px;
}

.blrt-embed-plugin .blrt-wp-table tbody tr a{
    text-decoration: none;
}

.blrt-embed-plugin .blrt-wp-table input[type="checkbox"]{
    margin-left: 10px;
}

.blrt-embed-plugin .blrt-wp-table tbody input[type="checkbox"]{
    margin-bottom: 3px;
}

.blrt-embed-plugin .blrt-wp-table tbody .row-action{
    font-size: 14px;
    opacity: 0;
    margin-left: 34px;
}

.blrt-embed-plugin .blrt-wp-table tbody .row-action a{
    font-weight: 400 !important;
    font-size : 13px !important;
}

.blrt-embed-plugin .blrt-wp-table tbody>:nth-child(odd){
    background-color: #f9f9f9;
}

.blrt-embed-plugin .blrt-wp-table tbody .row-action .trash a{
    color : #a00;
}

.blrt-embed-plugin .blrt-wp-table tbody tr:hover .row-action{
    opacity: 1;
}
