
.cmsmasters_open_project .project_content.with_sidebar {
    width: 60%;
    float: left;
}

.cmsmasters_open_project .project_sidebar {
    width: 40%;
    padding: 0 0 0 40px;
    float: right;
}


@media only screen and (max-width: 950px){
	.cmsmasters_open_project .project_content.with_sidebar {
		width: 100%;
		float: none;
	}
	.cmsmasters_open_project .project_sidebar {
		width: 100%;
		padding: 0 0 0 0px;
		float: none;
	}
}

::-moz-selection { /* Code for Firefox */
  background: #A3D256;
}

::selection {
  background: #A3D256;
}

.over-the-rainbow img{
  /* Firefox 3.5+, IE10 */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all .6s ease;
  /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}

.over-the-rainbow img:hover{
  filter: none;
  -webkit-filter: grayscale(0%);
}


.project_details_item_note {
	color: #ffffff;
	font-family: 'Noto Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    padding: 0 0 0 0px;
    word-wrap: break-word;
    text-align: left;
    overflow: hidden;
}

.project_details_item_note a{
	color: #ffffff;
	font-family: 'Noto Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 1000;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.entry-content p{
	text-align: justify;
}
