.link_table{
	font-size: 13px;
    width: 514px;
}

.link_table table {
    width: 514px;
    margin-bottom: 15px;
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
}

.link_table td {
    padding: 5px;
    text-align: center;
}

.lineTop_double{
    padding: 10px 0;
    border-top: 3px double #000;
}

.netEntryBTN {
    display: block;
    padding: 10px 10px;
    text-align: center;
    color: #FF0302;
    border: solid 1px #FF0302;
    width: 70%;
    margin: 20px auto;
    text-decoration: none;
}

.netEntryBTN:hover {
    color: #025cf1;
    border: solid 1px #025cf1;
}

@media handheld, only screen and (max-width: 767px) {

	.link_table {
        width: 100%;
	}

	.link_table  td{
        display: block;
	}
}
