.show-fiber-features {
	width: 85%;
    border-radius: 2%;
    border: 3px solid #01b5f0;
    padding: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    font-size: 18px;
    float: left;    
    text-align: center;
}
.price-label {
	font-size: 25px;
    font-weight: bold;
    color: #01b5f0;
}
.decs-label {
	text-align: left;
    display: inline-block;
}
.feature_price_col {
	width: 42%;
    float: right;
}
#current-package-btn {
	width: 50%;
    margin: 0 auto;
    border: 1px solid grey;
    padding: 2%;
    margin-bottom: 2%;
    color: white;
    cursor: pointer;
    border-radius: 6px;
    background-color: lightgrey;
}
.added-optional-features {
	line-height: 30px;
}
.included-feature-price {
	width: 50%;
    float: left;
    text-align: right;
}
.included-feature-items {
	width: 50%;
    float: left;
}
.added-services {
	line-height: 30px;
}
.services-section {
	padding-top: 2%;
    padding-bottom: 2%;
    float: left;
    width: 100%;
    border-bottom: 3px solid lightgrey;
}
.equipment-section {
	width: 100%;
    text-align: left;
    float: left;
   	padding-top: 3%;
    padding-bottom: 3%;
    line-height: 30px;
    border-bottom: 3px solid lightgrey;
}
.removed-feature-section {
	float: left;
    text-align: left;
    line-height: 30px;
    border-bottom: 3px solid lightgrey;
}
.optional-feature-price, .optional-equipment-price {
	width: 40%;
    float: left;    
}
.optional-feature-items, .optional-equipment-items {
	width: 60%;
    float: left;
}
.removed-feature-items {
	width: 100%;
    float: left;
}
