/*css styles*/
.mx-block_wrap {
	position: relative;
    margin-top: 20px;
    padding: .7em 2em 1em;
    min-width: 255px;
    max-width: 520px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
}
.mx-block_wrap textarea {
	width: 100%;
	height: 100px;
}
.mx-submit_button_wrap {
	text-align: right;
}
.mx-restore_data {
    float: left;
    width: 464px;
}
.mx-restore_data label {
    float: left;
}
.wp-core-ui .mx-restore_data input {
    float: left;
    margin-top: 2px;
    margin-left: 8px;
    height: 16px;
}
.mx-hint_text {
    background: #f3f3f3;
    padding: 6px;
}
.mx-block_wrap .thickbox img {
    width: 200px;
}
.mx-link-shortener-settings-submit {
    white-space: nowrap;
    background: #007cba;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    outline: 1px solid transparent;
    border: none;
    padding: 10px 20px;
    margin: 10px 0px;
}
.mx-link-shortener-settings-submit:hover {
    background: #00547e;
}
table.mx-link-shortener-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: white;
}
table.mx-link-shortener-table td {
    word-break: break-word;
}
table.mx-link-shortener-table tr {

}
table.mx-link-shortener-table th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    padding: 10px;
}
table.mx-link-shortener-table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.mx-link-shortener-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.mx-link-shortener-pagination ul li {

}
.mx-link-shortener-pagination ul li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    text-decoration: none;
}