.connect {
    background-color: #189eff;
}

.connect form {
    background: #fff;
    max-width: 500px;
    margin: auto;
    border: 1px solid #000;
    padding: 20px;
}

.connect .plugin-box {
    background: #fff;
    max-width: 500px;
    margin: auto;
    border: 1px solid #000;
    padding: 20px;
}

.connect .sw-logo {
    padding: 20px;
    width: 100%;
}

.progress-bars {
    background: #fff;
    max-width: 500px;
    margin: auto;
    border: 1px solid #000;
    padding: 20px;
}

#progress-container, #progress-container-delete {
    width: 100%;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px 0 30px 0;
}

#progress-container-delete {
    margin-bottom: 0;
}

#progress-bar, #progress-bar-delete {
    height: 20px;
    width: 0;
    background: #4caf50;
    border-radius: 5px;
    text-align: center;
    color: white;
}

a.button {
    display: inline-block;
    padding: 1px 12px;
    font-size: 16px;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    background-color: buttonface;
    color: black;
    cursor: pointer;
    border-width: 2px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
}