
.box1 {
	background-color: rgba(157,193,248,.3);
}

.box2 {
	background-color: rgba(234,214,179,.4);
}
.max100 {
	 width:  100% !important;
     max-width: 100px !important;
}

.max150 {
	 width:  100% !important;
     max-width: 150px !important;
}

.max175 {
	 width:  100% !important;
     max-width: 175px !important;
}

.max200 {
	 width:  100% !important;
     max-width: 200px !important;
}

.max250 {
	 width:  100% !important;
     max-width: 250px !important;
}

.max300 {
	 width:  100% !important;
     max-width:300px !important;
}

.max400 {
	 width:  100% !important;
     max-width: 400px !important;
}

.max500 {
	 width:  100% !important;
     max-width: 500px !important;
}

.max600 {
	 width:  100% !important;
     max-width: 600px !important;
}

.max700 {
	 width:  100% !important;
     max-width: 700px !important;
}

.max800 {
	 width:  100% !important;
     max-width: 800px !important;
}

.max1000 {
	 width:  100% !important;
     max-width: 1000px !important;
}
.max2000 {
	 width:  100% !important;
     max-width: 2000px !important;
}