html {
 font-family: TELUS-Web,Helvetica Neue,Helvetica,Arial,sans-serif;
 background: #fff;
 width: 1250px;
 margin: auto;
}

#mainTitle {
	text-align: center;
	font-size: 20px;
}
#mainSubTitle {
	text-align: center;
	font-size: 15px;
}

.boxWrapper {
	margin-bottom: 20px;
	padding: 5px;
}

.boxTitle {
	background: #4b286d;
	padding: 5px;
	color: white;
	border-radius: 5px 5px 0px 0px;
	border: solid 1px #000;
}
.boxSubTitle {
	background: #1c1c1e;
	padding: 5px;
	color: white;
}
.contentArea {
	min-height: 30px;
	background: #f2f2f7;
	border-radius: 0px 0px 5px 5px;
	border: solid 1px #2c2c2e;
	text-align: center;
}

input[type=button] {
	background: #248700;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	border: solid 1px #2c2c2e;
	margin: 10px 0px 10px 0px;
	border-radius: 5px;
}


/*TABLES STYLING*/
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 5px;
  font-size: 12px;
}

tr:nth-child(even) {
  background-color: #eee;
}

input[type=text].currentName {
width: 75px;
}
input[type=text].currentPlan {
width: 50px;
}
input[type=text].currentPlanPrice {
width: 30px;
}
input[type=text].currentTFD {
    width: 22px;
    text-align: center;
}
input[type=text].currentData {
width: 22px;
text-align: center;
}
input[type=text].currentDataPrice {
width: 22px;
}
input[type=text].currentAddon {
width: 75px;
}
input[type=text].currentAddonPrice {
width: 23px;
}
input[type=text].currentBYOD {
width: 50px;
}
input[type=text].currentDevice {
width: 60px;
}
input[type=text].currentUpfrontTax {
width: 40px;
}
input[type=text].currentRetail {
width: 30px;
}
input[type=text].currentDiscounts {
width: 30px;
}
input[type=text].currentEasyPay {
width: 40px;
}
input[type=text].currentBIBAmount {
width: 35px;
}
input[type=text].currentLineTotal {
width: 45px;
}
input[type=text].currentTotalPlusTax {
width: 45px;
}
input[type=text].accountTax {
width: 45px;
}
input[type=text].billingCycle {
width: 45px;
}

/*END OF: TABLES STYLING*/













.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #353535;
	color: white;
	text-align: center;
	padding: 5px;
}


/*
Colors
Light Grey: #f2f2f7
Dark Grey: #2c2c2e
Darker Grey: #1c1c1e
Purple: #4b286d
Green: #248700
*/