﻿.header {
    margin: 32px auto;
}

.info-block {
    display: inline-block;
}

    .info-block i {
        font-size: 40px;
        float: left;
        color: #777;
        margin-top: 10px;
    }

        .info-block i:hover {
            color: #69cc48;
        }

.info-block-in {
    color: #777;
    overflow: hidden;
    padding: 0 10px;
}

    .info-block-in a {
        /*color: #777;*/
        font-weight: bold;
        text-decoration: none;
    }

.middle {
    background-image: url("http://djangogirlstaipei.github.io/assets/images/stripe.png");
    background-repeat: repeat-x;
    background-color: #F5F5F5;
    padding-bottom: 40px;
}

.bulletin-board {
    width: 100%;
    text-align: center;
    color: #757575;
}

.bulletin-board-title {
    padding-bottom: 10px;
}

.bulletin-card {
    background: white;
    position: relative;
    height: 340px;
    padding: 10px 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
}

.bulletin-card-title {
    color: black;
    font-weight: bold;
}

.bulletin-card p {
    width: calc(100% - 40px);
    position: absolute;
    top: 50%;
    line-height: 2;
}

.bulletin-card a {
    font-size: inherit;
    position: absolute;
    bottom: 15px;
    right: calc(50% - 44.5px);
    background-color: #04cac4;
    color: white;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 5px 15px;
}

    .bulletin-card a i {
        vertical-align: top;
    }

.date i {
    vertical-align: sub;
}

.bulletin-footer {
    background-image: url("http://djangogirlstaipei.github.io/assets/images/stripe.png");
    background-repeat: repeat-x;
    background-color: white;
    height: 10px;
}

.all-post {
}

.sidebar {
    margin-top: 60px;
}

.footer {
    margin-top: 50px;
    background-color: #f5f5f5;
}
