
body { font-family: 'roboto', Arial, Helvetica, sans-serif }

.newstape a { color: #F5F7FA; }

#wrapper {
    width: 94%;
    margin: 0 auto;
    float: left;
}
.text-center { text-align: center; }

.text-right { text-align: right; }

.text-justify { text-align: justify; }

.newstape {
  color: #fff;
  overflow-y: scroll;
  padding: 15px 0 15px 15px;
}

.newstape-content {
    position: relative;
}
.newstape-drag { cursor: ns-resize; }
.news-block h3{
	font-size:14px;
	color:#fff;
    font-family: 'robotomedium';
	text-align:left;
	width:100%;
	float:left;
}
.news-block p {
    font-size: 14px;
    color: #949a9e;
    text-align: left;
    font-family: "Roboto Light";
    line-height: 20px;
    letter-spacing: 1px;
    margin: 6px 0;
    float: left;
}
.news-block {
    border-bottom: 1px dotted #949a9e;
    float: left;
    padding-bottom: 10px;
    width: 100%;
}
.news-block h2 {
    font-size: 18px;
    color: #cdae3f;
    font-family: 'robotomedium';
    text-align: left;
    float: right;
    margin: 10px 0;
}
.our-menu h1 {
    font-size: 24px;
    color: #cdae3f;
    font-family: 'lobster_1.3regular';
    text-align: left;
}
/*::-webkit-scrollbar { 
    display: none; 
}
*/.view_more {
    border: 1px solid #cdae3f;
    padding: 15px;
    margin-top: 36px;
	color:#cdae3f;
	width:100%;
}

