html,  body {
	margin: 0 !important;
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.body_table {
	font-family: 'Open Sans', sans-serif;
	background-color:#DFDFDF;
    background-position: center; 
    background-size: cover; 
    background-repeat: no-repeat;
	border-collapse: collapse;
	height:100%;
	width:100%;
	color:#FFF;
}

.menu_container {
	background-color:#FFF;
	font-size:16px;
	font-weight: 600;
	color:#63C29D;
	padding-top:0.5%;
	padding-bottom:0.5%;
	text-align: center;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #838383;
}

.container {
	background-color:#FFF;
	font-size:12px;
	font-weight: 300;
	color:#000;
	text-align: center;
    width: 100%;
    height: 600px;
}

.content {
    width: 100%;
    text-align: center;
	color:#000;
    padding: 0px;
}

.submit_button {
    border-radius: 5px;
    border: none;
    height: 30px;
    width: 100px;
    background-color: #63C29D;
    color: #FFF;
}

.submit_button:hover {
	background-color: #215A47;
	cursor: pointer;
}

.reset_button {
    border-radius: 5px;
    border: none;
    height: 30px;
    width: 100px;
    background-color: #C74141;
    color: #FFF;
}

.reset_button:hover {
	background-color: #000;
	cursor: pointer;
}

.content .title {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight: 300;
	color:#000;
}

.mainContent .productRow {
	color:#000;
	padding-left: 40px;
	padding-right: 40px;
}

.mainContent .productRow .productInfo {
	font-family: 'Open+Sans', sans-serif;
    display: inline-block;
    margin: 0 auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
	width: 190px;
    margin: 20px;
	background-color: #F3F3F3;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 3px;
}

.mainContent .productRow .productInfo:hover {
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2), 0 2px 25px 0 rgba(0, 0, 0, 0.19);
	background-color: #DEDEDE;
	width: 191px;
    cursor: pointer;
}

.productRow .productInfo .title {
    font-size: 16px;
    font-weight: 600;
}

.productRow .productInfo .arrow {
    width: 20px;
}

.productRow .productInfo .arrow img {
    width: 20px;
}

.mainContent .productRow .productInfo2 {
	font-family: 'Open+Sans', sans-serif;
    display: inline-block;
    margin: 0 auto;
	padding-left: 3.5%;
	padding-right: 3.5%;
    padding: 20px;
	width: 90%;
    margin: 10px;
    letter-spacing: 0px;
	background-color:#FFF;
    border-radius: 2px;
    border: 1px solid #EEEEEE;
    text-align: justify;
    display: none;
}

.productRow .productInfo2 .title {
    font-family: 'Open+Sans', sans-serif; 
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
}

.productRow .productInfo2 .update {
    font-family: 'Open+Sans', sans-serif; 
    font-size: 10px;
    font-weight: 300;
    color: #838383;
    margin-top: 10px;
}

.productRow .productInfo2 table {
	width: 100%;
    text-align: left;
}

.footer {
	background-color:#215A47;
	font-weight: 300;
	color:#FFF;
	padding:1%;
	width: 100%;
    height: 150px;
	font-size: 12px; 
	font-family: sans-serif; 
    text-align: center;
}

.social img {
	cursor: pointer;
	width: 30px;
    filter: invert(28%) sepia(100%) hue-rotate(1deg) saturate(3) brightness(1000%);
}

.footer_menu td {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer_menu td:hover {
    text-decoration: underline;
    cursor: pointer;
}

.footer_menu_border {
    border-right: 1px solid #FFF;
}

/* Media query for tablets */
@media screen and (max-device-width : 1024px) { 
.container {
    width: 97%;
	padding: 0px;
}

.content {
    margin-top: 5px;
}

.menu_container_table {
    padding-left: 20px;
    padding-right: 20px;
    padding: 10px;
    margin-bottom: 0px;
}

.mainContent .productRow {
    padding: 0px;
    width: 100%;
    padding-top: 30px;
}
    
.mainContent .productRow .productInfo {
	width: 230px;
    margin: 20px;
}

.mainContent .productRow .productInfo2 {
	width: 95%;
    padding: 0px;
}
    
.productRow .productInfo2 table {
	width: 100%;
}
}

/*media query for small screen devices */
@media screen and (max-width:480px) {
.container {
    margin-top: 10px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.menu_container {
    padding-bottom: 0px;
    padding: 5px;
}

.menu_container_table {
    display: inline-table;
}
    
.mainContent .productRow {
    padding: 0px;
    width: 100%;
    margin: 0px;
}
    
.mainContent .productRow .productInfo {
	width: 95%;
    margin: 5px;
    margin-bottom: 30px;
    padding: 5px;
}
    
.mainContent .productRow .productInfo:hover {
    width: 95.5%;
}
    
.mainContent .productRow .productInfo2 {
	width: 100%;
    padding: 0px;
    margin: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 20px;
}

.footer {
    font-size: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
}

