.next-prev .glyphicon 
{
  top: 4px;
  color: #992576 !important;
}
.next-prev a,
.next-prev a:hover,
.next-prev a:focus 
{
	text-decoration: none;
	color: #992576 !important;
}

.form-group
{
	float:left;
}

h3
{
	margin-top:5px;
}

.current
{
	margin-right: 30px;
    text-decoration: underline;
}

@media (max-width: 767px) 
{
	.next-prev a
	{
		font-size:80%;
	}
	.bottom-menu
	{
		padding-bottom: 40px;/*20px;*/
	}
}
@media (min-width: 768px) 
{
	.next-prev a
	{
		font-size:90%;
	}
}
