﻿.greenBorder01 {margin-left: 0%;}
.rps img {-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.pageHeadingContainerWithEditButton {margin: 0;}
.rps{float:left; width:23%; margin: 1%; text-align: center; background-color: powderblue; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 5px 5px 15px -6px #000000; box-shadow: 5px 5px 15px -6px #000000;}
.namect{font-size:1.36em; font-weight:bold;}
@media only screen and (max-width: 1280px) {
.rps{float:left; width:31%; margin: 1%; text-align: center; background-color: powderblue; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 5px 5px 15px -6px #000000; box-shadow: 5px 5px 15px -6px #000000;}
}
@media only screen and (max-width: 1000px) {
.rps{float:left; width:48%; margin: 1%; text-align: center; background-color: powderblue; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 5px 5px 15px -6px #000000; box-shadow: 5px 5px 15px -6px #000000;}
}
@media only screen and (max-width: 768px) {
.rps{float:left; width:48% !important; margin: 1%; text-align: center; background-color: powderblue; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 5px 5px 15px -6px #000000; box-shadow: 5px 5px 15px -6px #000000;}
}