		<style>
.task-details-container {
	width: 100%;
    	font-family: museo_sans, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
	font-weight: 300;
	color: #545a77;
	background-color: #f6f8fd;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 14px;
	line-height: 1.4;
}

.vertical-scroll {
	overflow-x: hidden;
	overflow-y: auto;
}

.task-details .task-header {
	margin: 10px 20px;
}

.task-details .details-panel {
	float: none;
	position: static;
	margin-top: 0;
	width: auto;
}

.task-details .details-panel .posted-details-holder,
.task-details .details-panel .propose-time-holder,
.task-details .details-panel .step-bar-holder {
	border: none;
	margin: 20px 0;
}

.left {
	float: left;
}

.task-details-step-bar div.step:last-of-type {
	display: block;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.task-details-step-bar .step.completed,
.task-details-step-bar .step.selected {
	background-color: #daf196;
	color: #809f24;
}

.task-details-step-bar .step {
	font-weight: 700;
	font-size: 10px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 2px 10px;
	color: #bbc2dc;
	letter-spacing: .36px;
}

.task-details-step-bar .step {
	display: none;
	font-size: 11px;
}

.button-icon:last-of-type {
	margin-right: 0;
}

.follow-button {
	margin: -2px 0 0;
}

.follow-button,
.unfollow-button {
	padding: 2px 10px;
}

.right {
	float: right;
}

.button-icon {
	color: #fff;
	line-height: 1.4;
	border-radius: 50px;
	display: inline-block;
	box-sizing: border-box;
	letter-spacing: .05em;
	transition: background .5s linear, color .5s linear, box-shadow .5s linear;
	margin-right: 4px;
	text-align: center;
	white-space: nowrap;
	background-color: #f6f8fd;
	color: #008fb4;
	cursor: pointer;
	border: 1px solid #fff;
}

.button-slim {
	border-radius: 50px;
	font-size: 12px;
	letter-spacing: .3px;
	line-height: 1.4;
	margin-bottom: 2px;
	padding: 2px 8px;
	background-color: #f6f8fd;
}
.follow-button svg, .unfollow-button svg {
    top: 2px;
    position: relative;
    padding-right: 6px;
}
.button-icon svg {
    fill: #008fb4;
}	
.task-details .task-title {
    height: auto;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #292b32;
}
.text-h2, h2 {
    font-size: 26px;
	margin: 0;
    padding: 0;
}
.posted-details-holder {
    font-size: 14px;
}
.task-details .details-panel .posted-details-holder {
    margin-top: 20px;
}

.task-details .details-panel .posted-details-holder, .task-details .details-panel .step-bar-holder {
    width: 100%;
    margin-left: 0;
}
.task-details .details-panel .posted-details-holder, .task-details .details-panel .propose-time-holder, .task-details .details-panel .step-bar-holder {
    border: none;
    margin: 20px 0;
	    display: inline-block;
}
.task-details .details-panel .posted-details-holder {
    margin: 15px 0;
}
.posted-details-holder {
    font-size: 14px;
}
.task-details .details-panel .posted-details-holder .posted-detail-item .avatar-img {
    float: left;
    margin: 2px 13px 0 0;
}
.avatar-img {
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
a, a.active, a.dark, a.dark.active, a.dark:active, a:active {
    color: #008fb4;
}
.avatar-img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    border: 1px solid #bbc2dc;
    border-radius: 50%;
}
.task-details .details-panel .posted-details-holder .posted-detail-item .posted-details {
    margin-top: 12px;
    margin-bottom: 15px;
}
.small-title {
    font-size: 12px;
    letter-spacing: .4px;
    text-transform: uppercase;
}
.small-title {
    font-size: 13px;
}
.task-details .details-panel .posted-details-holder .posted-details-item .user-name-holder {
    display: block;
}
.user-name {
    cursor: pointer;
    color: #008fb4;
    background-repeat: no-repeat;
    background-size: 16px;
}
.task-details .details-panel .posted-details-holder .posted-details-item time {
    margin-right: 5px;
    bottom: 15px;
}
a, a.dark {
    text-decoration: none;
    cursor: pointer;
}
.posted-details>div{    display: inline-block;}
.task-details .details-panel .posted-details-holder .location-item {
    margin-top: 15px;
    padding-bottom: 15px;
}
.task-details .details-panel .posted-details-holder .posted-details-item {
    position: relative;
	    width: 100%;
}
.task-details .details-panel .posted-details-holder .location-item .icon {
    float: left;
    fill: #bbc2dc;
    margin: 4px 20px 8px 4px;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}
.small-title {
    letter-spacing: .4px;
    text-transform: uppercase;
}
.bold, .small-title {
    font-weight: 700;
}
.task-details .details-panel .posted-details-holder .location-item .task-header-info-section .small-title {
    margin: 0;
}
.task-details .details-panel .posted-details-holder .location-item .task-header-info-section .text {
    color: #292b32;
    display: inline-block;
    margin: 0;
    max-width: calc(100% - 75px);
    float: left;
}
.task-details .details-panel .posted-details-holder .location-item .task-header-info-section .view-map {
    float: right;
    width: 65px;
    margin: 0;
}
.proposed-time-item {
    padding: 5px;
}
.proposed-time-item .calendar {
    float: left;
    margin: 5px 20px 0 -2px;
    fill: #bbc2dc;
}
.proposed-time-item .time-slot-information {
    float: left;
}
.task-details .sidebar {
    position: static;
    margin-top: 10px;
}
.htJfVF {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(187, 194, 220);
    border-image: initial;
    border-radius: 6px;
}
.dbSFEg {
    line-height: 26px;
    color: rgb(84, 90, 119);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 4px;
    border-bottom: 1px solid rgb(246, 248, 253);
}
.dAfVjQ {
    line-height: 1;
    padding: 8px 0px;
    border-bottom: 1px solid rgb(246, 248, 253);
}
.MgeZI {
    color: rgb(41, 43, 50);
    font-weight: 500;
    padding: 4px 0px;
}
.align-center, .center {
    text-align: center;
}
.currency-symbol, .price {
    display: inline-block;
    vertical-align: text-top;
}
.fOVWpQ {
    font-size: 11px;
}
.iEDiMR {
    padding: 8px;
}
.button-cta:last-of-type:first-of-type {
    margin-right: auto;
}
.full-width {
    width: 100%;
}
.button-cta {
    color: #fff;
    cursor: pointer;
    line-height: 1.4;
    border-radius: 50px;
    display: inline-block;
    box-sizing: border-box;
    letter-spacing: .05em;
    transition: background .5s linear,color .5s linear,box-shadow .5s linear;
    margin-right: 4px;
    text-align: center;
    white-space: nowrap;
    background: #a4be01;
    background: linear-gradient(-180deg,#a4be01,#82ac02);
    box-shadow: 0 1px 0 0 rgba(0,0,0,.3), inset 0 1px 0 0 #9dd801;
    text-shadow: 0 1px 1px #5f7900;}
	
.button-lrg {
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 4px;
}
.task-details .task-options {
    margin-top: 10px;
}
.dropdown-holder {
    position: relative;
}
.task-details .task-options .dropdown-holder .button-open {
    letter-spacing: normal;
}
.dropdown-holder .button-open {
    background-color: hsla(0,0%,100%,.6);
    border: 1px solid #bbc2dc;
    box-sizing: border-box;
    border-radius: 4px;
    color: #292b32;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 30px;
    letter-spacing: .1em;
    transition: background .5s linear,color .5s linear,border .5s linear;
    position: relative;
    width: 100%;
    padding: 6px 10px 7px;
    text-align: left;
}
.dropdown-holder .button-open {
    height: 44px;
    padding: 13px 15px;
    font-size: 13px;
}
.dropdown-holder .button-open .icon {
    float: right;
    position: relative;
    top: -3px;
}
.task-details .task-options .dropdown-holder .button-open {
    letter-spacing: normal;
}
.task-details .sidebar .share-container {
    border-radius: 6px;
    border: 1px solid #f6f8fd;
    margin-top: 20px;
}
.share-container {
    max-width: 270px;
    margin: 20px auto 0;
}
.task-details .sidebar .share-container .share-text {
    background: #fff;
    position: relative;
    top: -10px;
    width: 30%;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .67px;
    text-transform: uppercase;
    margin: 0;
}
.task-details .sidebar .share-container .buttons {
    position: relative;
    top: -5px;
    margin-bottom: 5px;
}
.task-details .sidebar .share-container .buttons a:first-child {
    margin-left: 20px;
}
.task-details .sidebar .share-container .buttons a {
    margin: 0 20px;
    vertical-align: middle;
    display: inline-block;
}
.task-details .sidebar .share-container .buttons a .icon {
    width: 20px;
    height: 20px;
}
	
		</style>