.whippet-admin h2 {
    font-size: 24px;
    line-height: normal;
    margin: 25px 0 0;
}

.whippet-admin p.whippet-subheading {
    font-size: 12px;
    line-height: normal;
    font-style: italic;
    margin: 5px 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.whippet-admin select,
.whippet-admin textarea {
    min-width: 300px;
}

.whippet-admin textarea {
    resize: both;
    min-height: 150px;
}

.whippet-admin .form-table th label {
    vertical-align: top;
}

.whippet-admin .whippet-tooltip {
    display: inline-block;
    margin-left: 5px;
    height: 15px;
    width: 15px;
    vertical-align: top;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    background: #e7e7e7;
    color: #bbbbbb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-decoration: none;
}

.whippet-admin .whippet-tooltip:hover {
    background: #cccccc;
    color: #777777;
    cursor: help;
}

.tippy-content a {
    cursor: pointer;
}

.whippet-admin .whippet-input-wrapper {
    white-space: nowrap;
}

.whippet-admin .whippet-tooltip-text-wrapper {
    position: relative;
    display: table-cell;
    width: 100%;
}

.whippet-admin .whippet-tooltip-text-container {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
}

.whippet-admin .whippet-tooltip-text {
    display: inline-block;
    background-color: #23282D;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
}

.whippet-admin .whippet-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 10px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.whippet-beta {
    background: #ED5464;
    color: #ffffff;
    padding: 5px;
    vertical-align: middle;
    font-size: 10px;
    margin-left: 3px;
}

.whippet-admin p.submit,
.wp-coupons-admin #whippet-restore {
    margin: 0;
    padding: 0;
    float: left;
}

.whippet-admin #whippet-restore .button,
.whippet-admin p.submit .button {
    margin: 10px 10px 0 0;
}

.whippet-admin #whippet-legend {
    float: right;
    padding-top: 20px;
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
    color: #aaaaaa;
}

.whippet-admin #whippet-tooltip-legend span {
    display: inline-block;
    margin-right: 5px;
    height: 15px;
    width: 15px;
    vertical-align: top;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    background: #e7e7e7;
    color: #bbbbbb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
}