body {
    background-color: black;
    color: white;
    font-size: 1.8em;
}

h1 {
    color: white;
    margin-left: 14px;
}

.rss-group {
    font-size: 22px;
    margin-left: 14px;
}

.rss-link {
    font-size: 22px;
    margin-left: 14px;
}

a:link {
    color: green;
}

a:visited {
    color: red;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: red;
}

time.icon
{
    font-size: 1em; /* change icon size */
    display: block;
    position: relative;
    width: 9em;
    height: 7em;
    background-color: #fff;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
}

time.icon *
{
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

time.icon strong
{
    position: absolute;
    top: 0;
    padding: 0.4em 0;
    color: #fff;
    background-color: #fd9f1b;
    border-bottom: 1px dashed #f37302;
    box-shadow: 0 2px 0 #fd9f1b;
}

time.icon em
{
    position: absolute;
    bottom: 0.3em;
    color: #fd9f1b;
}

time.icon span
{
    font-size: 2.8em;
    letter-spacing: -0.05em;
    padding-top: 0.8em;
    color: #2f2f2f;
}

.speech-bubble {
    position: relative;
    background: #333344;
    border-radius: .4em;
    padding: 20px
}

.speech-bubble:after {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color: #333344;
    border-left: 0;
    margin-top: -20px;
    margin-left: -20px;
}

.nb {
    border: none;
}
