﻿@charset "UTF-8";

h4 {
  background-image : url(../img/nerutonicon.png);
  background-repeat : no-repeat;
  background-position : 5px 50%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
	color:white;
	padding-left:25px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:7px;
	margin-left:0px;
	letter-spacing:2px;
	height:20px;
	font-size:12px;
}

.down_text h4 {
  width : 90w;
}

.bell{
  text-indent: 22px;
  background-image : url(../img/bell.png);
  background-repeat : no-repeat;
  background-position : 5px 50%;
}

.clock{
  text-indent: 22px;
  background-image : url(../img/clock.png);
  background-repeat : no-repeat;
  background-position : 5px 50%;
}

.building{
  text-indent: 22px;
  background-image : url(../img/building.png);
  background-repeat : no-repeat;
  background-position : 5px 50%;
}

.users{
  text-indent: 22px;
  background-image : url(../img/users.png);
  background-repeat : no-repeat;
  background-position : 5px 50%;
}

.heart{
  text-indent: 22px;
  background-image : url(../img/heart.png);
  background-repeat : no-repeat;
  background-position : 5px 50%;
}

.heartbreak{
  text-indent: 22px;
  background-image : url(../img/heart-break.png);
  background-repeat : no-repeat;
  background-position : 5px 50%;
}
