@import url(/campaign/css/campaign-detail.css);

.largely-spaced {
	margin-top: 40px;
}

.cpn-relatedLinks-01 {
	margin-bottom: 0;
}


.announcement-heading-01 h3 {
	color: #eb7000;
	text-align: center;
}

.announcement-column-group-01 .col-unit-1\/2 {
	margin-left: 0;
	padding: 0.5em 30px;
	width: 50%;
}
.announcement-column-group-01 .col-unit-1\/2+.col-unit-1\/2 {
    border-left: 3px dotted #facf9c;
}

@media only screen and (max-width: 640px) {
	.announcement-column-group-01 .col-unit-1\/2 {
		padding: 15px 6px;
		width: 100%;
	}
	.announcement-column-group-01 .col-unit-1\/2+.col-unit-1\/2 {
		border-top: 3px dotted #facf9c;
		border-left: none;
	}
	
	.announcement-btn-01 {
		display: none;
	}
}

@media only screen and (min-width:640px) and (max-width:768px) {
	.announcement-btn-01 {
		display: block;
	}	
}
