/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 
/* ==========================================================================
   VICTOR: modifications
   ========================================================================== */

.calendar_start{
    background-color: #fff;
    padding: 20px;
	border-radius:1%;
 }
 
.calendar_header {
    text-align: center;
}

.calendar_prev{
	float:left;
    text-decoration: none;
}

.month_title {
	text-align:center;
    display: inline;
    color: #000;
    font-size: 24px;
}

.calendar_next{
	float:right;
    text-decoration: none;
}




.day.header {
    border-bottom: 1px #808080 solid;
    color: #000;
    font-size: 14px;
}
.day {
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: 14.285714285714286%;
    text-align: center;
    font-family: 'Roboto',sans-serif;
    font-weight: 100;
    font-size: 20px;
}

.extraDay{
	transform: rotateY(0deg); 
	backface-visibility: hidden; 
	transition: -webkit-transform 0.5s ease 0.01s;
	
	
	border-radius:5%;
    text-align: center;
    font-family: 'Roboto',sans-serif;
    font-weight: 100;
    font-size: 20px;

    padding: 3% 0 3% 0;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
   
}
