/*

This file defines styles shared across all SL properties.
If you have specific css you want to add your your project,
please create a new document called [PROJECT].css and save
it in your project's static/css directory. You can then include
it in an extended base template for your project.

*/

html {
    background: #648090 linear-gradient(to top, rgba(232, 233, 236, 1.0) 0%, #648090 100%) fixed;
    color: #595C62;
}

body {
    background: transparent;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: -30px;
    margin-top: 0px;
    padding-bottom: 0px;
}

a {
    color: #5CB192;
}

h3 {
    color: #666666;
    font-weight: bold;
    margin-bottom: 1em;
}

input.text, input.title, textarea, select, input {
    margin: 0px;
}

th {
    background: transparent;
}

#container-shadow-main {
    margin: 0px auto;
    padding: 0px;
    width: 996px;
    box-shadow: 0 0 80px #666;
}

.box {
    background: transparent;
}
