table {
    width: 100%;
}

.sc-table, .sc-table td{
    border: 1px solid #C0C0C0;
    border-collapse: collapse;
}

.sc-table th {
    border: 1px solid #C0C0C0;

}
.sc-table .input {
    width: 100%;
}
.sc-table th {
    background: #e2e2e2;
}


td, th {
    padding: 5px;
}
.sc-table ul {
    overflow: hidden;
    text-overflow: ellipsis;
}
a {
    text-decoration: none;
}
td.active {
    background: #fff;
}
.sc-table tr.inactive {
    background: url("../images/grey-diagonal.gif") repeat scroll left top;
}

.shortcode {
    text-align: center;
}
input[type="checkbox"], input[type="radio"] {
    margin-right: 0;
}
.button {
    margin: 0 0 5px 0 !important;
}
#wpcontent, #wpfooter {
    margin-right: 20px;
}
.results {
    float: right;
}
.add {
    float: left;
    margin: 0 0 5px 5px;
}
ul {
    list-style: disc;
    padding-left: 40px;
}
.filter-submit {
    display: none;
}
table.table tr td .actions {
    display:none;
}
table.table tr:hover td .actions {
    display:inline-block;
    margin: 5px;
}
.actions a {
    margin: 3px;
}
input, select, textarea {
    font-size: 11px;
}

.filter-row select {
    display: inline-block;
    vertical-align: middle;
}

.checkbox-div {
    display: inline-block;
    vertical-align: middle;
}
.select-div {
    display: inline-block;
    vertical-align: middle
}
