@charset "utf-8";
/* CSS Document */

/* Parent Project Widget */
.widget_yella_parent_project .parent-project {
	position: relative;
    background-color: #ADB7BB;
    color: #fff;
    padding: 20px 0;
}
.widget_yella_parent_project .parent-project .section {
	padding: 0 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.widget_yella_parent_project .parent-project .section.first {
	border-top: 0;
}
.widget_yella_parent_project .parent-project .widgettitle {
	color: #fff;
	margin-bottom: 19px;
}
.widget_yella_parent_project .parent-project a.view {
    position: absolute;
    top: 10px;
    right: 15px;
}
.widget_yella_parent_project .parent-project .octo-button {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid #fff;
	color: #fff;
}

/* Parent Process Widget */
.widget_yella_parent_process .parent-process {
	position: relative;
}
.widget_yella_parent_process .parent-process .widgettitle {
	color: #fff;
	margin-bottom: 19px;
}
.widget_yella_parent_process .grid-entry .parent-process .entry-content-header p {
	margin: 0;
}






