

/* TABLE Style */

table {
color: #333; /* Lighten up font color */
font-family: Helvetica, Arial, sans-serif; /* Nicer font */
width: 100%;
border-collapse:collapse;
border-spacing: 0;
}

table.center {
width:100%;
margin-left:auto; /* Center our whole table */
margin-right:auto; /* Center our whole table */    
}

td, th { 
border: 1px solid #CCC;
height: 30px; /* Make cells a bit taller */
width: 50%;
}

th {
background: #F3F3F3; /* Light grey background */
font-weight: bold; /* Make sure they're bold */
color: green;
text-align: center; /* Center our text */
}

td {
background: #FAFAFA; /* Lighter grey background */
text-align: center; /* Center our text */
padding: 10px;
}


.col-centered {
    float: none;
    margin: 0 auto;
}

.button {
    background-color: hotpink; /* RED */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

#myblog a {
    color: black;
}

img.group {
    display:block;
    margin-left: auto;
    margin-right: auto;
}

/* Background Images 

.intro-section {
background-image: url(rm.png);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;

}
*/