/**
 * Project: utilityseitel
 * Creation date: 22/06/16 10:35
 * $LastChangedDate: 2016-09-27 22:32:23 +0200 (Tue, 27 Sep 2016) $
 * $LastChangedRevision: 23 $
 * $LastChangedBy: cesare $
 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    margin: 10px;
}
h1, h2 {
    margin:0;
    padding:0;
    margin-bottom:20px;
    padding-bottom:20px;
    font-family: Raleway;
    font-size: 20pt;
    border-bottom: 1px solid #c6c3c6;
}
select, input, #logotim, #embedimages {
    width: 300px;
    display: block;
    margin: 10px;
    padding: 10px;
    font-family: Raleway;
    font-size: 14pt;
    border: 1px solid #c6c3c6;
    border-radius: 5px;
}
#embedimages {
    font-size: 10pt;
}
#embedimages > div {
    font-size: 8pt;
    line-height: 1em;
}
input[type="submit"] {
    background-color: #CCC;
}
input[type="radio"], input[type="checkbox"] {
    display: inline;
    width: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #c6c3c6;
    border-radius: 5px;
}
div#colSx {
    width: 320px;
    float: left;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.65);
    border-radius: 5px;
}

div#colDx {
    margin-left: 340px;
}

div#preview, div#code, div#link {
    padding: 10px;
    margin: 15px 0 25px 15px;
    font-weight: 400;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.65);
    border-radius: 5px;
}

div#link {
    font-family: Raleway;
}