﻿img 
{
    max-width: 100%;
    height: auto;
}

@media print {   
   .backstretch { display: none; }
}


@media (max-width: 1000px){
    #mobile-space{
     margin-top: 10%;   
    }
}

iframe {
    max-width: 100%;
}


.combodate-inline 
{
    display: inline-block;
}
.error {
    color: red;
}

/* Fix so that logo does get cut off on iPad */
@media screen and (max-width: 1200px) and (min-width: 737px) 
{
    #logo {
        margin-top: -4em !important;
    }
}

/* restoring ul + ol style to theme in all areas except nav and sidebar */
	#nav ol, #nav ul, #sidebar ol, #sidebar ul {
		list-style: none;
        margin-right:0em;
	}
    ul { 
       list-style-type: disc; 
       list-style-position: inside; 
    }
    ol { 
       list-style-type: decimal; 
       list-style-position: inside; 
    }
    ul ul, ol ul { 
       list-style-type: circle; 
       list-style-position: inside; 
       margin-left: 2em; 
    }
    ol ol, ul ol { 
       list-style-type: lower-latin; 
       list-style-position: inside; 
       margin-left: 2em; 
    }