﻿body {font-family:"Verdana"; background:#FFFFFF;}

#signsmenu ul li { display: inline; }
#signsmenu {line-height: 30px;}
#babygender ul li {list-style: none;}
.redcolor {color:#e52643;}

table {width:100%;}
th {height:50px; padding:3px; background-color:black; color:white; font-weight:strong;}
td {height:40px; vertical-align:center; padding:3px; text-align:center;}
tr:nth-child(even) {background-color: #f2f2f2;}

a:link {
		color: #CC3299;
}

a:visited {
		color: #CC3299;
} 

a:hover {
		color: white;
                background: #CC3299;
		text-decoration: none;
}

a:active {
		color: white;
                background: #CC3299;
} 

.cleared {clear:both;}

.centered {text-align:center;}

.floatright {float:right; margin:6px;}

img {max-width:100%}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.main1 {width:320px; padding:10px;}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
.main1 {width:750px; padding:10px;}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
.main1 {width:950px; padding:auto; margin:auto; background-color:#FFFFDD;}
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

/* .main1 {width:750px; padding:10px;} */

