.content-text {
    min-height: 650px;
    margin-bottom:50px;
}
.content-text a{
    color:#ff0000;
}

.content-text a:hover{
    text-decoration: underline;
}

.contents-container p{
    margin:0px;
}

.contents-container h1 {
    font-size:1.8em;
    margin: 20px 0 10px 0;
}

.contents-container .page-title {
    font-family: 'Oswald',sans-serif;
}

.content-divider{
    border-top: 1px solid #ddd;
    margin:10px 0;
}

.content-image{
    width: 100%;
    height: auto;
    margin:20px 0 20px 0;
}

.content-info{
    margin-top: 10px;
}

.content-text{
    font-size:1.2em;
}

.sharing-options{
    margin:0px 5px;
}

.sharing-options .btn-fb{
    background: #fff;
    color:#4f72c1;
    border: 1px solid #4f72c1;
}
.sharing-options .btn-fb:hover{
    color: #fff;
    background:#4f72c1;
}
.sharing-options .btn-twit{
    color: #1DA1F2;
    background:#fff;
    border: 1px solid #1DA1F2;
}
.sharing-options .btn-twit:hover{
    background: #1DA1F2;
    color:#fff;
}

.sharing-options .btn-pdf{
    color: #ff0000;
    background:#fff;
    border: 1px solid #ff0000;
}

.sharing-options .btn-pdf:hover{
    color: #fff;
    background:#ff0000;
}

.sharing-options .btn-post-mail{
    color: #333;
    background:#fff;
    border: 1px solid #333;
}
.sharing-options .btn-post-mail:hover{
    color: #fff;
    background: #333;
}

.sharing-options .btn-print{
    color: #333;
    background:#fff;
    border: 1px solid #333;
}
.sharing-options .btn-print:hover{
    color: #fff;
    background: #333;
}

.contents-container>.sticky-top {
    top: 50px;
    z-index: 1;
    background:#fff;
}

.list-group-item-action{
    color:#000000;
}

@media only screen and (max-width: 600px) {
    .contents-container h1 {
        font-size:1.2em;
        line-height: normal;
        margin: 10px 0px 0px 0px;
    }

    .content-text{
        font-size:1.1em;
        overflow-x: auto;
    }

    .contents-container>.sticky-top {
        top: 80px;
        z-index: 1;
        background:#fff;
    }

    .sharing-options{
        margin:10px 0 0 0;
    }
}
