.form-table th {
    width: 400px !important;
}
.form-table span.radio-btns {
    margin-right: 15px;
}
select#alignment {
    width: 110px;
    height: 35px;
    background: none;
    text-align: center;
    padding: 0px 10px;
    background-color: #fff;
}
#code.short-code p {
    background-color: #fff;
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid;
    border-radius: 2px;
    margin: 0;
}
#code.short-code span {
    padding: 8px 30px;
    margin-left: 20px;
    border: none;
    border-radius: 2px;
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    cursor: pointer;
}
#code.short-code span:hover {
    color: #000;
}

#code.short-code {
  position: relative;
  display: inline-block;
}
#code.short-code .tooltip {
    background-color: #333 !important;
    position: absolute;
    top: -40px;
    left: 40px;
    border-radius: 0 !important;
    padding: 10px !important;
    display: none;
}
#code.short-code:hover .tooltip  {
    display: block;
    color: #fff;
}