/* ----------------------------------------------------------------------------
 * Easy!Appointments - WordPress Plugin
 *
 * @license GPLv3
 * @copyright A.Tselegidis (C) 2017
 * @link http://easyappointments.org
 * @since v1.0.0
 * ---------------------------------------------------------------------------- */

.easyappointments .header {
    overflow: auto;
}

.easyappointments .header .plugin-title {
    padding: 0;
}

.easyappointments .form-table .button {
    min-width: 100px;
    margin-right: 10px;
}

.easyappointments .updated,
.easyappointments .error {
    padding: 15px;
}

.easyappointments .logo {
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 10px 5px 0;
}

.easyappointments p,
.easyappointments ul li {
    max-width: 700px;
}

.easyappointments #disconnect {
    margin-bottom: 15px;
}

#TB_window img {
    width: 100%;
}

.easyappointments .form-table td {
    padding: 0 0 20px 0;
}

.easyappointments .form-table td label {
    display: block;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 6px;
}

.easyappointments .regular-text {
    width: 33em;
}

.easyappointments .loading {
    height: 22px;
    width: 22px;
    position: relative;
    top: 4px;
}
