garbage{
}

body{
    background-image: url('/clouds.jpg');
}

.container{
    padding-left:30px;
    background-color:rgba(255,255,255,0.8);
    box-shadow:0 0 5px gray;
}
.vertical-center {
    min-height: 70%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 70vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.bigglyph{
    font-size:30px;

}

.niceglyph{
    margin:0px 5px;
}

.row-spacer{
    margin:20px 0;
    padding-left:10px;
    padding-right:10px;
}

.minilead{
    position: relative;
}

.showmore{
    position: absolute;
    right: 10px;
    top: 22px;
}

h4 a{
    color:inherit;
}

.leadstatus{
    padding: 4px;
    display: inline-block;
}

#leadsuccess,#leadclosed{
    display: none;
}

.editicon{
    cursor:pointer;
    font-size:10px;
    color:#a7a7da;
    transition: all ease-in-out 0.2s;
}

.editicon:hover{
    color:inherit;
    transition: all ease-in-out 0.2s;
}

.tbal{
	border-collapse: collapse;
}
.tbal th,td{
	border:1px black solid;
	font-size:12px;
}

.tbal th,td{
	width:40px;
	height:40px;
	overflow:hidden;
	text-align:center;
}