.bs-example:after {
    color: #BBBBBB;
    content: "Shopping Centre Service Areas";
    font-size: 12px;
    font-weight: bold;
    left: 15px;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
}

.bs-example {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-radius: 4px 4px 0 0;
    border-width: 1px;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
	
	border-style: solid;

    padding: 45px 15px 15px;
    position: relative;
}

.ts-example:after {
    color: #BBBBBB;
    content: "Transportation Service Areas";
    font-size: 12px;
    font-weight: bold;
    left: 15px;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
}

.ts-example {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-radius: 4px 4px 0 0;
    border-width: 1px;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
	
	border-style: solid;

    padding: 45px 15px 15px;
    position: relative;
}

.os-example:after {
    color: #BBBBBB;
    content: "Office and School Service Areas";
    font-size: 12px;
    font-weight: bold;
    left: 15px;
    letter-spacing: 1px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
}

.os-example {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-radius: 4px 4px 0 0;
    border-width: 1px;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
	
	border-style: solid;

    padding: 45px 15px 15px;
    position: relative;
}