html,body {
  height:100%;
}

h1 {
  font-family: Arial,sans-serif
}

.darkgrey {
	color: #999 !important;
}

.tableborder {
	border: 1px solid #ccc;
}

.redtext {
	color:red;
}

.cartable {
	width:100% !important;
	color:#383838;
}

.cartable.td{
	padding:10px;
}

.textaligncenter {
	text-align:center;
}

.fontsizebold {
	font-weight: bold !important;
	font-size:20px;
}

.lead {
	color:#231f20;
}

.inputcolor {
	color:#231f20;
    font-size: 24px;
    font-weight: bold !important;
}


/* Custom container */
.container-full {
  margin: 0 auto;
  width: 100%;
  min-height:100%;
  color:#ccc;
  overflow:hidden;
}

.container-full a {
  color:#ccc;
  text-decoration:none;
}

.v-center {
  margin-top:0%;
}

.headerimage {
  width: 100%;
}

.cashzero {
    font-size: 24px;
    vertical-align: top;
    top: 14px;
    position: relative;
    padding-top: 2px;
}

.headerbold {
	font-weight:bold;
	font-size:90px !important;
	color:#231f20;
}

.hashtag {
	font-weight:bold;
	font-size:90px !important;
	color:#4671ba;
}

.panel-heading {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
	border-bottom:0px !important;
	background-color:#d42e12 !important;
}

.buttonclicker {
	color:white;
	font-weight:bold;
	text-align:center;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.buttonclicker2 {
	color:white;
	font-weight:bold;
	text-align:center;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.footercss {
	background-color: #d42e12;
    width: 100%;
    color: white;
}

.margin100 {
	margin-left: 100px;
    margin-right: 100px;
}

.margin10 {
	margin-left: 10px;
    margin-right: 10px;
}

.marginright10 {
    margin-right: 10px !important;
}
