.ftp-bridge fieldset {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 10px;
}
.ftp-bridge fieldset legend {
    font-weight: bold;
    padding: 0 10px;
}
.ftp-bridge fieldset label {
    display: block;
    font-style: italic;
}
.ftp-bridge fieldset .note {
    font-size: 10px;
    color: #777;
}
.ftp-bridge .test-ftp-bridge-connection {
    margin-left: 10px;
}
.ftp-bridge a.loading {
    cursor: progress;
    opacity: 0.7;
}
.ftp-bridge .connection-details {
    display: none;
}
.ftp-bridge .connection-details .files ul {
    padding-left: 15px;
    list-style: disc;
}
.ftp-bridge .delete-source-files, .ftp-bridge .sftp-connection {
    margin-top: 10px;
    margin-bottom: 10px;
}
.ftp-bridge .bridge-log p {
    margin: 2px;
}
.post-type-ftp_bridge .connection-success, .ftp-bridge .bridge-log p.success {
    color: green;
}
.post-type-ftp_bridge .connection-error, .ftp-bridge .bridge-log p.error {
    color: red;
}
.post-type-ftp_bridge table thead tr th.column-cron {
    width: 30%;
}