﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

a.logo {
   
    background: url(http://www.edea.co.il/wp-content/uploads/2015/09/logo_edea1white.png) no-repeat top left;
     display: block;
     width: 120px;
     height: 61px;
}

div.header {
    background-color: black;
    height: 91px
}

div.header-menu {
    padding-top: 15px;
    padding-bottom: 15px;
}

#header-target {
    display: inline-block;
}

.code-function-link {
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

.span.underline {
     text-decoration: underline;
}

span.bold {
     font-weight: bold;
}

span.underline {
     text-decoration: underline;
}

span.italic {
    font-style: italic;
}