textarea,
input[type='text'],
input[type='email'],
input[type='password'] {
    width: 100% !important;
}

.ui-tabs-anchor {
    width: 80%;
}

.ui-widget-header {
    border: none;
    background: none;
}

.ui-tabs-anchor:focus {
    box-shadow: none !important;
}

.wplc_agent_grav_report {
    display: inline-block;
}

.wplc_agent_card_details {
    display: inline-block;
    margin-left: 5px;
}

.wplc_agent_card {
    width: 100%;
}

.wplc_agent_container {
    width: 30%;
    padding: 5px;
    border-radius: 7px;
    box-shadow: 0px 0px 5px 2px #9999992b;
    display: inline-block;
    margin-right: 13px;
    vertical-align: top;
    margin-bottom: 10px;
}

.wplc_agent_data {
    max-height: 200px;
    overflow-y: auto;
    padding: 5px;
    border: 1px lightgrey solid;
}

.wplc_agent_card_details small {
    height: unset;
}

#reporting_tabs {
    border: none !important;
    box-shadow: 0 0 40px 1px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 40px 1px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 40px 1px rgba(0, 0, 0, .07);
    -o-box-shadow: 0 0 40px 1px rgba(0, 0, 0, .07);
}
