/*
 Theme Name:   FirstChoice Portal Custom Theme
 Description:  Twenty Twelve Child Theme customized for FirstChoice
 Author:       Alice Brosey
 Author URI:   http://thebunnynetwork.com
 Template:     twentytwelve
 Version:      1.0.0
 Text Domain:  twenty-twelve-child
*/

@import url("../twentytwelve/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
hgroup img {
max-width: 300px;
}
.logoutbtn {
float: right;
margin-top: 50px;
}
#wp-calendar tfoot td {
text-align: left;
padding-left: 5px;
}
#wp-calendar td, #wp-calendar caption, #wp-calendar th {
text-align: center;
}
#wp-calendar {
border: 3px #D3EEAB solid;
}
body, a{
color: #000 !important;
}
.entry-content table td {
    border: 1px #ededed solid;
    padding: 10px;
    font-size: 13px;
    color: black;
}
.entry-content table > tbody > tr:nth-child(1) > td:nth-child(1){
    background: #C6DA7A;
}
.entry-content table > tbody > tr:nth-child(1) > td:nth-child(2) {
    background: #C6DA7A;
}
body #wpadminbar a {
color: #eee !important;
}