/**************************
	LINKS
**************************/

a:visited {
    color: blue;
}

.profile, .profile:visited {
    color: #ccc;
    text-decoration: underline;
}


/**************************
	HASH INPUT
**************************/

#hash_input_form p {
    text-align: center;
    font-size: small;
}

#hashID {
    /*  Input Sizing    */
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 300px;
    height: 40px;

    /*  Text Syle   */
    font-size: large;
    text-align: center;
}

#enterButton {
    display: block;
    margin: auto;
    width: 200px;
}


/**************************
	TABLE
**************************/

table {
    width: 85%;
    font-family: 'Arial';
    margin: auto;
    border-collapse: collapse;
    border: 1px solid #eee;
    border-bottom: 2px solid #0085ff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);
    cursor: crosshair;
}

tr:hover {
    background-color: #abcb;
}

table tr:hover td {
    color: #555;
}

tr {
    font-size: 1em;
}

table th, table td {
    color: #000000;
    border: 1px solid #eee;
    padding: 0.1em 0.2em;
    text-align: center;
    border-collapse: collapse;
}

table th {
    background: #0085ff;
    color: #fff;
    padding: 0.5em 0.4em;
    font-size: 1em;
    cursor: pointer;
}

table th.last {
    border-right: none;
}


/**************************
	FOOTER
**************************/

footer {
	font-size: 0.75em;
	text-align: center;
	clear: both;
	padding-top: 50px;
	color: #ccc;
}

.social-icon {
	width: 20px;
	height: 20px;
	margin: 0 5px;
}
