* {
    font-family: 'Lato', Arial, serif;
    margin: 0;
    padding: 0;
}

::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

body {
    font-size: 14px;
    background-color: #fff;
}

ul.services {
    margin: 0 0 0 2em;
    font-size: 110%;
}

ul.services li a {
    padding: 2px 0;
}

ul.services li {
    margin: 3px 0;
}

a {
    text-decoration: none;
    color: #00C489;
}

a:hover {
    color: #1C7487;
}

#header {
    padding: 5px 15px;
    background: #F3F5F4;
    background: -webkit-linear-gradient(#fff,#F3F5F4);
    background: -o-linear-gradient(#fff,#F3F5F4);
    background: -moz-linear-gradient(#fff,#F3F5F4);
    background: linear-gradient(#fff,#EBF5F4);
}

#header img {
    height: 42px;
}

#header h1 {
    color: #000;
    font-size: 220%;
}

#contents {
    border-top: 1px solid #eee;
    padding: 15px 20px;
}

div.breadcrumb {
    margin-bottom: 15px;
}

div.breadcrumb, div.breadcrumb a {
    font-size: 120%;
    font-weight: 400;
}

div.breadcrumb ul {
    display: inline;
    margin-left: 5px;
}

div.breadcrumb ul li {
    display: inline;
    margin-left: -2px;
}

ul.items li img {
    vertical-align:middle;
    border:0;
}

ul.items li a {
    padding: 2px 0;
    color: #999;
}

ul.items li a:hover {
    background-color: #EDEEEF;
}

ul.items li {
    margin: 3px 0;
}

span.name {
    width: 42em;
    display: inline-block;
}

span.size, span.date {
    color:#AAA;
    display: inline-block;
}

span.date {
    width: 15em;
}
span.size {
    width: 5em;
}

ul.items, ul.items li {
    list-style:none;
}
