<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.project_list {
	list-style-image: none;
	list-style-style: none;
}

ul.project_list li {
	background-image: url(../images/tick.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 20px;
}

.portfolio_top {
	padding-bottom: 65px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.portfolio_top h3 {
	float: left;
	padding-bottom: 0px;
}

.portfolio_nav {
	float: right;
}

.pf_prev {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-transition: all 200ms ease 0s;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background-attachment: scroll;
	background-color: #02a9fe;
	background-image: url(../images/slider_prev.png);
	background-position: center;
	background-repeat: no-repeat;
	border-bottom-color: #02a9fe;
	border-bottom-left-radius: 3px;
	border-image: none;
	border-left-color: #02a9fe;
	border-right-color: #02a9fe;
	border-style: solid;
	border-top-color: #02a9fe;
	border-top-left-radius: 5px;
	border-top-right-radius: 3px;
	border-width: 1px;
	box-shadow: 0 1px 0 0 #ffc2ba inset;
	cursor: pointer;
	margin-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
}

.pf_next {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-transition: all 200ms ease 0s;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background-attachment: scroll;
	background-color: #02a9fe;
	background-image: url(../images/slider_next.png);
	background-position: center;
	background-repeat: no-repeat;
	border-bottom-color: #02a9fe;
	border-bottom-right-radius: 3px;
	border-image: none;
	border-left-color: #02a9fe;
	border-right-color: #02a9fe;
	border-style: solid;
	border-top-color: #02a9fe;
	border-top-right-radius: 3px;
	border-width: 1px;
	box-shadow: 0 1px 0 0 #ffc2ba inset;
	cursor: pointer;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
}

.pf_page {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-transition: all 200ms ease 0s;
	background-attachment: scroll;
	background-color: #02a9fe;
	background-image: url(../images/pf_page.png);
	background-position: center;
	background-repeat: no-repeat;
	border-bottom-color: #02a9fe;
	border-image: none;
	border-left-color: #02a9fe;
	border-right-color: #02a9fe;
	border-style: solid;
	border-top-color: #02a9fe;
	border-width: 1px;
	box-shadow: 0 1px 0 0 #ffc2ba inset;
	cursor: pointer;
	margin-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
}

.pf_prev:hover, .pf_next:hover, .pf_page:hover {
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	background-color: #1A1D1E;
	border-color: #353535;
	box-shadow: inset 0 1px 0 0 #808080;
}</pre></body></html>