/* Copyright (C) Screentype */

/*
 * Custom Style Sheet - Use this file to style your content
 */

.spotlight {
    display: inline-block;
    max-width: 240px !important;
}
.module .teaserimage {
    margin: -20px -20px -20px -20px;
}
.module .teaserimage > img {
    width: 240px !important;
    height: auto;
    transition: all 500ms;
}
.module .module-title + .teaserimage {
    margin-top: 0;
    margin-bottom: -20px;
}
.mod-twitter {
    padding: 20px;
    background: #fff;
    color: #444;
}
.mod-twitter img {
    -webkit-box-shadow: 0px 20px 10px -15px rgba(000, 000, 000, 0.0);
    box-shadow: 0px 20px 10px -15px rgba(000, 000, 000, 0.0);
}
.mod-twitter a {
    color: #fff;
}
.mod-twitter pre {
    color: #000;
}
.mod-twitter .menu-sidebar a, .mod-twitter .menu-sidebar li > span {
    color: #444;
}
.mod-twitter a.button-more {
    background-position: 0 -100px;
}
.mod-twitter ul.zebra > li, .mod-twitter table.zebra tbody td {
    border-bottom: 1px solid #1E1E1E;
}
.mod-twitter ul.zebra > li:first-child, .mod-twitter table.zebra tbody tr:first-child td {
    border-top: 1px solid #1E1E1E;
}
.mod-twitter ul.zebra > li.odd, .mod-twitter table.zebra tbody tr.odd {
    background: #141414;
}
.mod-twitter ul.zebra > li:nth-of-type(odd), .mod-twitter table.zebra tbody tr:nth-of-type(odd) {
    background: #141414;
}
.mod-twitter em.box {
    border-color: #414141;
    color: #fff;
    background: #141414;
}
