<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

#global-nav&gt;.menu ul li.displaying {
    margin-left:0 !important;
}
#global-nav&gt;.menu ul li.displaying a {
    text-decoration: underline;
    color: #999;
}
#global-nav&gt;.menu ul li.displaying a:hover {
    color: #013E26;
}
h2 a {
    color: #013E26 !important;
}
h2 a:hover {
    color: rgb(102, 102, 102) !important;
}
h3 {
	margin-bottom:1.25em;
	border-bottom:1px solid #ccc;
	}
#book ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#book ul li {
    width: 48%;
    margin-bottom: 1.75em;
}


/*----------------------------------------------------------
	768px
------------------------------------------------------------*/
@media screen and (min-width: 641px){
    #book ul {
        justify-content:space-between;
    }
    #book ul li {
        width:23.5%;
        margin-bottom: 2.75em;
    }
}


/*----------------------------------------------------------
	1024px
------------------------------------------------------------*/
@media screen and (min-width : 1024px) {
    }</pre></body></html>