*, body{
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	font-family:arial, tahoma, verdana;
	font-size:12px;
	-webkit-print-color-adjust: exact;
}
.rp_content {
    padding: 0px 30px;
    max-width: 980px;
    margin: auto;
}
.rp_header{
	background:#eeeeee url(../img/logo_rastreio.png) center center no-repeat;
	height:210px;
	border-radius:0 0 10px 10px;
	margin:auto;
	text-align:right;
}
.rp_header img {
	padding:10px;
}
.rp_situacao{
	margin:20px auto 20px;
	display:table;
	width:100%;
}
.rp_loja{
	display:table-cell;
	vertical-align:middle;
	width:250px;
	border-right:1px solid #CCCCCC;
	text-align:center;
}
.rp_codigo{
	display:table-cell;
	vertical-align:middle;
	padding-left:50px;
}
.rp_numero{
	font-size:16px;
	font-weight:bold;
	color:#666666;
}
.rp_numero span{
	font-size:20px;
	color:#8CC542;
}
.rp_passo {
    min-width: 300px;
}
.rp_passo li {
    display: inline-flex;
    width: 25%;
    border-radius: 0 10px 10px 0;
    background: #999999;
    margin: 20px 0 10px 0px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
}
.rp_passoselect{
	background:#8CC542 !important;
}
.rp_dadosdorastreio div{
	font-size:24px;
	color:#666666;
	margin:40px 0 10px;
}
.rp_dadosdorastreio div span{
	font-size:24px;
	color:#666666;
	font-weight:bold;
}
.rp_dadosdorastreio thead tr th{
	background:#eeeeee;
	border-bottom:1px solid #ccc;
	padding:7px 0 7px 10px;
	color:#666666;
	text-align:left
}
.rp_dadosdorastreio tbody tr td{
	border-bottom:1px dotted #ccc;
	padding:7px 0 7px 10px;
	color:#666666;
}
.rp_dadosdorastreio tbody tr td strong{
	display:block;
}
.rp_dadosdopedido div{
	font-size:24px;
	color:#666666;
	margin:40px 0 10px;
}
.rp_dadosdopedido div span{
	font-size:24px;
	color:#666666;
	font-weight:bold;
}
.rp_dadosdopedido thead tr th{
	background:#eeeeee;
	border-bottom:1px solid #ccc;
	padding:7px 0 7px 10px;
	color:#666666;
	text-align:left
}
.rp_dadosdopedido tbody tr td{
	border-bottom:1px dotted #ccc;
	padding:7px 0 7px 10px;
	color:#666666;
}
.rp_dadosdopedido tbody tr td strong{
	display:block;
}
.rp_aligncenter{
	text-align:center !important;
}
.rp_byecompleto{
	margin:70px auto;
	text-align:right;
}