.sy-description {}
.sy-activity h1 {
	display: inline-block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

p > img {
	width: 500px;
    float: left;
    padding: 0 20px 0 0;
}

@media ( min-width: 766px) and (max-width: 960px) {
	p > img {
	width: 350px;
    float: left;
    padding: 0 15px 15px 0;
	}
}

.btn-primary {
    background: #b3206c none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    text-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
     padding: 7px 12px;
    text-align: center;
    vertical-align: middle;
    border-width: 0px;
}

.btn-secondary {
    background: grey none repeat scroll 0 0 !important;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
    color: #ffffff !important;
    text-shadow: none !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
     padding: 7px 12px;
    text-align: center;
    vertical-align: middle;
    border-width: 0px;
}
.btn-secondary:hover {
    background: black none repeat scroll 0 0 !important;
}

.sy-mentions {
	font-size: 11px;
}

.sy-secondary-info h6:last-child .sy-separator {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1.1rem !important;
    text-rendering: optimizelegibility;
}

.sy-secondary-info h6 {
    display: inline-block;
}

.sy-mentions .sy-separator:last-child {
    display: none;
}

.sy-images-bottom > img {
    margin-top: 20px;
    height: 80px;
    cursor: pointer;
}

.sy-second-image {
    display: inline-block;
    margin-right: 10px;
}

.button {
    background-color: #bababa !important;
    border: 0 none !important;
    border-radius: 0.1875rem;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
    display: inline-block;
    font-size: 0.8rem !important;
    line-height: 1rem !important;
    padding: 0.4rem 0.7rem !important;
    text-shadow: none !important;
    transition: background 0.1s ease 0s !important;
    vertical-align: middle !important;
}
