/* prices css */
.price-page {
position:absolute;
top:10px;
height:100%;
width:100%;
color:#fff;
overflow:auto;
margin:auto;
}
.price-rates {
position:relative;
top:10px;
font-size:18px;
color:#000;
padding:10px;
}
.price-images {
position:relative;
top:10px;
}
.price-images label {
position:relative;
font-size:20px;
color:#000;
padding-bottom:20px;
margin:10px;
}
.donga-img {
position:relative;
left:0;
right:0;
margin:auto;
width:30%;
height:30%;
}

.img-25 {
position:relative;
left:0;
right:0;
margin:auto;
width:25%;
height:50%;
}
.img-50 {
position:relative;
left:0;
right:0;
margin:auto;
width:50%;
height:50%;
}
.img-75 {
position:relative;
left:0;
right:0;
margin:auto;
width:75%;
height:75%;
}

.cell1
{
text-align:right;
padding:14px;
font-size: 20px;
}

.cell2 {
text-align:left;
padding:20px;
}
.cell2 img {
width:100%;
}
.cell2 .img-50 {
width:50%;
}


