﻿.share-modal-option {
    color: #333;
    border-bottom: 1px solid #ccc;
    padding: 18px 0;
}
.share-modal-option a {
    background-color: #fff;
    color: #333;
    display:block;
    width:100%;
}
.share-modal-option a img {
    margin-right:16px;
}
.btn-fb, .btn-tw {
    cursor: pointer;
}
.btn-fb:hover,
.btn-fb:focus,
.btn-fb:active,
.btn-fb.active,
.btn-tw:hover,
.btn-tw:focus,
.btn-tw:active,
.btn-tw.active {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}