.icon-theme {
    background-image: url(../images/theme.png);
}
.logo-form .image {
    display: block;
    margin-bottom: 6px;
}
.logo-form .image img {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    vertical-align: top;
    padding: 6px;
}
.logo-form .favicon-image img {
    background-color: #fff;
}
.logo-form .image .details {
    display: inline-block;
    margin-left: 2px;
}
#tab-content-colors em.info {
    display: inline;
}
input.color {
    text-align: center;
    font-size: 12px;
    padding: 3px;
}
form.theme-default input.color {
    border: 1px solid #bbb;
}
#tab-content-css textarea {
    width: 99%;
    resize: vertical;
}
#logo_pdf_text {
    text-align: right;
}
.controller-theme fieldset.preview {
    background-color: #fff;
    background-image: none;
}
#tab-content-emails #preview-email {
    line-height: 1.4em;
    font-size: 14px;
}
#tab-content-emails .preview table,
#tab-content-emails .preview table td {
    color: #ffffff;
    border: none;
}
#tab-content-emails .preview table td a,
#tab-content-emails .preview table td a:link,
#tab-content-emails .preview table td a:visited {
    text-decoration: underline;
    color: #ffffff;
}
#tab-content-emails .preview table table {
    margin-bottom: 0;
}
#tab-content-pdfs .preview {
    padding: 4em 4em 0 4em;
}
#tab-content-pdfs .preview div.pdf-text {
    margin-bottom: 2em;
    text-align: right;
    font-size: 12pt;
}
#tab-content-pdfs .preview div.pdf-text p {
    margin: 0;
}
#tab-content-pdfs .preview div.pdf-text a,
#tab-content-pdfs .preview div.pdf-text a:link,
#tab-content-pdfs .preview div.pdf-text a:visited {
    text-decoration: underline;
    color: blue;
}
#tab-content-pdfs .preview > img {
    margin-bottom: 3em;
}
#tab-content-pdfs .preview > h1 {
    clear: both;
}
