<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Author: Louis Holladay
 * Website: AdminDesigns.com
 * Last Updated: 01/01/14 
 
 * This file is reserved for changes made by the user 
 * as it's often a good idea to seperate your work from 
 * the theme. It makes modifications, and future theme
 * updates much easier 
 *
 */

/* These styles have been placed here for
* convience as they have a high chance of being
* changed if one decides to modify the header
-----------------------------------------------*/
.header-btns &gt; div &gt; button:focus {
	color: #666;
}


/* Place custom styles below this line 
---------------------------------------*/



.panel-body{
}
.panel-body form select{
border:#ccc solid 1px;
}
.panel-body form select &gt; option{
border:#ccc solid 1px;
}


.cart{
	margin-right:10px;
}
.cart span{
	padding:5px;
	display:block;
	font-size:20px;
	position:relative;
	top:5px;
	right:20px;
}

.postinfo1{
}
.postinfo1 p{
width:100%;
}
.postinfo1 p label{
width:150px;
float:left;
}
.postinfo1 p label input{
float:left;
}



.viewOrder{
	width:100%;
}
.viewOrder .cols{
	width:85px;
	float:left;
	word-wrap:break-word;
	padding:5px;
	background:#ccc;
	height:50px;
	border-top:#333 solid 1px;
	border-left:#333 solid 1px;
	border-bottom:#333 solid 1px;
}
.bdr-right{
	border-right:#333 solid 1px;
}
.viewOrder .cols strong{
}

.clear{
clear:both;
}

.viewOrder1{
	width:100%;
	margin:15px 0 0 0;
	border:#333 solid 1px;
	height:50px;
}
.viewOrder1 .cols{
	float:right;
	background:#ccc;
	position:relative;
	left:685px;
	border-left:#333 solid 1px;
	height:50px;
}
.viewOrder1 .cols strong{
}

.viewOrder2{
	width:100%;
}
.viewOrder2 .cols{
	width:85px;
	float:left;
	word-wrap:break-word;
	padding:5px;
	min-height:50px;
	border-top:#333 solid 1px;
	border-left:#333 solid 1px;
	border-bottom:#333 solid 1px;
}
.viewOrder2 .cols strong{
}
.viewOrder4{
	width:100%;
	margin-top:15px;
	border:#333 solid 1px;
	height:50px;
}
.viewOrder4 .cols{
	float:right;
	position:relative;
}
</pre></body></html>