﻿/* Style and hide toggle texts by default */
    [id^="toggle_"], #orrick_sidebar p {
    display: none;
    border-left: #bbb 1px solid;
    padding-left: 1rem;
    }
    /* Make form more readable */
    #orrick_sidebar {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    overflow: auto;
    padding: 1rem;
    background: #fafafa;
    }
    #orrick_sidebar h6 {
    font-size: 1rem;
    font-weight: bold;
    margin: 1rem 0 0.5rem 0;
    cursor: pointer;
    }
    #orrick_sidebar p {
    font-size: 0.8em;
    margin-bottom: 15px;
    text-align: justify;
    }
    .orrick-btn, .fsBody a.orrick-btn {
    padding: 10px 10px !important;
    border: 1px solid transparent !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 14px !important;
    color: #ffffff !important;
    background-color: #3aace0 !important;
    }

	#orrick_sidebar hr {
		margin: 1rem 0 0 0;
	}
