body {
	margin: 0;
	font-family: Helvetica, sans-serif, Arial;
	background: #FFFFFF;
	color: #000000;
	overflow-x: hidden;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	line-height: 125%;
}


body > *[selected="true"] {
    display: block;
}

a[selected], a:active {
	background-color: #de2600 !important;
	background-position: right center, left top;
	color: #FFFFFF !important;
}

/************************************************************************************************/


.button {
	overflow: hidden;
	margin: 0;
	border-width: 0 5px;
	padding: 7px 7px;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	background: none;
   
}

.whiteButton {
    display: block;
    border-width: 0 12px;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
}

/************************************************************************************************/
    

body > .panel {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 3px;
    background: #FFFFFF;
}

.panel > fieldset {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	background: #FFFFFF;
	-webkit-border-radius: 0px;
	border: 1px solid #FFFFFF;
	text-align: right;
	font-size: 14px;
}

.row  {
	position: relative;
	min-height: 42px;
	border-bottom: 1px solid #DCDCDC;
	-webkit-border-radius: 0;
	text-align: left;
}

fieldset > .row:last-child {
    border-bottom: none !important;
}
