/* 
FILE: mishnah_finder.css
Required when including the module mishnah_finder.php
20150107a
20150108a Added layout for mishnah_crown class
*/

#searchforms {
    text-align:center;
}
#searchforms h3, #searchforms h4, #searchforms form { margin: 1em; }

#findmishnah { margin:0 auto; }
#selectmishnah {  margin:0 auto; }
#findmishnah2 { margin:0 auto; }

#findmishnah select, #findmishnah2 select, #selectmishnah select { margin-right:15px; }

.mf-button {
    width:240px;
    margin: 10px auto;
    text-align: center;
    display:inline-block;
    line-height: 240%;
    background: #6699CC;
    color: #FFF;
    font-weight:bold;
    border-radius: 4px;
    border: solid 1px #99CCFF;
    text-decoration: none;
    vertical-align: middle;
}
.mf-button:hover {
    background: #99CCFF;
    border: solid 1px #6699CC;
    font-weight:bold;
    text-decoration: none;
}

.mishnah_crown { text-align:center; }
#headdates {
	padding-bottom: 20px;
}
@media (min-width: 1000px) {
    .topnav li { width: 135px; }
}
