
			body > .navbar .brand {
				color: #000;
				text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
				-webkit-transition: all .2s linear;
				-moz-transition: all .2s linear;
				transition: all .2s linear;
			}

			body > .navbar .brand:hover {
				text-decoration: none;
				text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
			}

			a {
				cursor: pointer;
			}

			.shadowinner {
				-moz-box-shadow: inset 0px 0px 10px #ccc;
				-webkit-box-shadow: inset 0px 0px 10px #ccc;
				box-shadow: inset 0px 0px 10px #ccc;
			}

			.shadowoutter {
				-moz-box-shadow: 0px 0px 10px #ccc;
				-webkit-box-shadow: 0px 0px 10px #ccc;
				box-shadow: 0px 0px 10px #ccc;
			}

			.text-justify {
				text-align: justify;
			}

			#contentarea {
				margin-left: 5%;
				padding-top: 60px;
				width: 90%;
			}

			#logo-galactus {
				font-family: "Coda Caption", sans-serif;
			}

			#logo-cnpq {
				margin-left: 35%;
				margin-right: 3%;
				width: 5.5%;
			}

			#logo-ifrn {
				margin-right: 3%;
				width: 5.5%;
			}

			#logo-ufrn {
				margin-right: 3%;
				width: 6.6%;
			}

			#logo-vitae {
				width: 1.6%;
			}
		
			.snapshot-area {
				overflow: auto;
			}

			.snapshot-area li:nth-child(6n + 7) {
				margin-left: 0px !important;
			}

			.snapshot-area .table-info {
				font-size: 9px;
				margin-top: 5px;
				margin-bottom: 0;
			}

			.snapshot-area .table-info th {
				text-align: center !important;
			}

			.snapshot-area .table-info td {
				text-align: center !important;
			}

			#controls-telescope .lettering {
				font-size: 8.5px;
				text-align: center;
				min-height: 10px !important;
			}		

			#camera {
				width: 100%;
			}

			#table-coordinates {
				background-color: #f5f5f5;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
				-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
				box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
			}

			#table-coordinates th {
				text-align: center !important;
			}

			#table-coordinates td {
				text-align: center !important;
			}

			#telescope-panel {
				overflow: auto;				
			}
		
			.content-area li:nth-child(6n + 7) {
				margin-left: 0px !important;
			}
		
			.post-area {
				overflow: auto;
			}

			.post-items li:nth-child(n+1) {
				background-color: white;
				margin-left: 0px !important;
			}


			.post-header {
				border-bottom: 1px solid #ddd;
				display: block;
				padding: 5px 10px 5px 10px;
			}

			.post-title {
				float: left;
				font-weight: bold;
				word-wrap: break-word;
			}

			.post-date {
				color: #999;
				float: right;
			}
			
			.post-button {
				float: right;
				margin-left: 15px;
			}

			.post-content {
				padding: 5px 10px 5px 10px;
				text-align: justify;
				word-wrap: break-word;
			}
		
			.table-schedule th {
				text-align: center !important;
			}
		
			.team-items li:nth-child(3n + 4) {
				margin-left: 0px !important;
			}

			.team-items li {
				border: 1px solid #ccc;
				border-radius: 10px;
			}

			.team-image {
				border-right: 1px solid #ccc;
				border-top-left-radius: 10px;
				border-bottom-left-radius: 10px;
			}
		
			.carousel-indicators > li.active {
				background: #555753 !important;
			}

			.carousel-inner > .item > img {
				width: 100% !important;
			}

			.form-horizontal .btn:first-child {
				margin-left: 0px !important;
			}
		
			.schedule-area {
				overflow: auto;
			}

			.schedule-area + .post-area {
				margin-left: 0 !important;
			}

			.table-schedule td {
				text-align: center !important;
			}

			.table-schedule {
				margin-bottom: 0 !important;
			}
		