/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.entry-title {
	font-size: 20px;
}
.site-header .main-navigation a {
    color: inherit;
    display: block;
    padding: 6px 15px;
}		
.green{
	background:olivedrab;
}
.red{
	background:red;
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    margin-bottom: 40px;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: goldenrod;
    float: left;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
	   margin:0 10px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: gray;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: gray;
    color: #000;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.page-id-1323 .entry-header {
    display: none;
}
#account h2 {
    color: goldenrod;
}
#jour h1 {
    background: red;
    text-align: center;
    padding: 10px;
}
#jour p {
    background: yellow;
    padding: 5px;
    text-align: center;
}
#members h1 {
    background: green;
   text-align: center;
    padding: 10px;
}
#members p {
   
    padding: 5px;
    text-align: center;
}
#jour span {
    background: orange;
    padding: 3px;
}
tr.yellow {
    background: orange;
}
.alar-login-form .button{
	background-color:#000 !important;
}
.alar-login-heading{
	display:none !important;
} 
@media only screen and (max-width: 600px) {
.tab button {
    background-color: goldenrod;
    float: none;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    margin: 5px 10px;
    clear: both;
	    width: 200px;
}
	.tab {
    text-align: center;
}
.site-header .main-navigation a {
    color: #fff;
 }
	#members td, #members th{
    border-left-color: #bccb9e;
    display: block;
}
		#jour td, #jour th{
    border-left-color: #bccb9e;
    display: block;
}
	
}