<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body{
	
	font:14px Quicksand;
}
.navbar-default {
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#310063+0,4b227a+100 */
background: #310063; /* Old browsers */
background: -moz-linear-gradient(top, #310063 0%, #4b227a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #310063 0%,#4b227a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #310063 0%,#4b227a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#310063', endColorstr='#4b227a',GradientType=0 ); /* IE6-9 */
	border: 0px;
}
header {
  background: #4B227A;
  height: 100%;
}
.cloud {
background: url(../images/cloud.png) repeat-x;
	height: 24px;
}
.cloudbotttom{
background: url(../images/cloudbotttom.png) repeat-x;
	height: 24px;
	position: relative;
	top:-20px;

}
.order{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#30c9a1+0,da1b2d+100 */
background: #30c9a1; /* Old browsers */
background: -moz-linear-gradient(top, #30c9a1 0%, #da1b2d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #30c9a1 0%,#da1b2d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #30c9a1 0%,#da1b2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c9a1', endColorstr='#da1b2d',GradientType=0 ); /* IE6-9 */
}

</pre></body></html>