
.lisket-form-maker-form * {
    font-size: 24px;
}

.lisket-form-maker-form table {
    width: 100%;
    border-collapse: collapse;
}

.lisket-form-maker-form table tr td,
.lisket-form-maker-form table tr th {
    padding: 8px 8px;
}

.lisket-form-maker-form table tr th {
    font-weight: bold;
    text-align: center;
    width: 35%;
}

.lisket-form-maker-form th span {
    font-size: 12.8px;
    color: #e00;
    margin-left: 4.8px;
}
.lisket-form-maker-form span.example {
    font-size: 14.4px;
    margin-left: 8px;
}

.lisket-form-maker-form input[type='text'],
.lisket-form-maker-form input[type='email'],
.lisket-form-maker-form textarea {
    border: 1px solid #aaa;
}
.lisket-form-maker-form textarea {
    width: 100%;
    height: 100px;
}
.lisket-form-maker-form input[type='text'],
.lisket-form-maker-form input[type='email'] {
    width: 50%;
}
.lisket-form-maker-form input[type='text'].full,
.lisket-form-maker-form input[type='email'].full {
    width: 100%;
}
.lisket-form-maker-form input[type='radio'],
.lisket-form-maker-form input[type='checkbox'] {
    margin-right: 4.8px;
    cursor: pointer;
}
.lisket-form-maker-form label {
    cursor: pointer;
    margin-right: 12.8px;
}