.classname
{
	position: relative;
	bottom: -40px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #ffffff;*/
	border-style: dotted;
	border-radius: 10px;
	margin:2px;
}
.classnamee
{
	position: relative;
	bottom: -50px;
	text-indent:0;
	border:0px;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.dataTables_wrapper table thead
{
	display:none;
}

.motivate {
    background: lightblue none repeat scroll 0 0;
    float: left;
    display: flex;
    margin: auto;
    margin-bottom: 2em;
    border: 1px solid #ccc;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
    width: 96%;
    text-overflow: ellipsis;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-box-shadow: 5px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}

.motivatee {
    background: lightblue none repeat scroll 0 0;
    float: left;
    /*display: flex;*/
    margin: auto;
    margin-bottom: 2em;
    border: 1px solid #ccc;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
    width: 96%;
    text-overflow: ellipsis;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;

    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;

    -webkit-box-shadow: 5px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}