﻿@charset "UTF-8";

#receiptTable > tbody td:nth-child(1) 
{
	color: #062d89;
}

#receiptTable > thead th:nth-child(1) 
{
	width:6%;
}
#receiptTable > thead th:nth-child(2) 
{
	width:27%;

}
#receiptTable > thead th:nth-child(3) 
{
	width:30%;

}

#receiptTable > caption
{
	margin:10px 0;
	caption-side: bottom;
	text-align:right;
}

#receiptTable p
{
	text-align:center;	
}

.receiptBtnArea 
{

    text-align:center;
}

.receiptBtnArea 
{
	margin:0 auto;	
	margin-top:10px;
	margin-bottom:10px;
    border-radius: 5px;	
    width:60%;
    text-align:center;
}

.receiptBtnArea > a
{
	padding: 5px 0px;
	color: #ffffff;
	text-decoration:none;
    display: block;
}
.receiptBtnArea.download
{
    background-color: #f69203;
}

.receiptBtnArea.redownload
{
    background-color: #384878;	
}
