.t {
	width: 90%;
}

/* general */
.t h1 {
	margin: 0 auto 10px 0;
}

.t h2 {
	margin: 0 auto 10px 0;
}

/* options */
.t div.quick-options {
    position: absolute;
	margin-right: 5px;
    right: 0;
    top: 12px;
}

.t .quick-options ul {
	margin: 0; padding: 0;
	list-style-type: none;
}

.t .dropdown-options {
	float: right;
	display: none; /* todo: port-over dropdown js */
}
.t .dropdown-options span {
	font-size: .7em;
}
.t .dropdown-options ul {
	display: none;
}

/* search form */
.t form.search-form input[type="text"] {
	width: 60%;
	margin-bottom: 10px;
	padding: 5px;
}

.t form.search-form input[type="submit"] {
	padding: 5px;
    margin-bottom: 10px;
	cursor: pointer;
}

/* search */
.t .cs-search-wrap {
    width: 90%;
}

.t .cs-search-item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
    position: relative;
}

.t .cs-search-item p.cs-search-item-desc {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* view */
.t .cs-view {
    width: 100%;
    position: relative;
}

.t .cs-view h1 {
    font-size: 18px;
}

.t .cs-view h2 {
     margin-top: 20px;
}

.t-print .casestudy-wrap {
    width: 8in;
    padding: .25in;
    margin: 20px 0;
    border: 1px solid silver;
}
