.table
{
	border: #666 5px solid;
	border-radius: 30px;
	margin: auto;
    padding: 10px 27px;
	width:93%;
	max-width:300px;
	margin-top:25px; 
	height:90px;
    background: rgb(60,140,64);
    background: -moz-linear-gradient(left,  rgba(60,140,64,1) 0%, rgba(99,198,104,1) 50%, rgba(60,140,64,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(60,140,64,1)), color-stop(50%,rgba(99,198,104,1)), color-stop(100%,rgba(60,140,64,1)));
    background: -webkit-linear-gradient(left,  rgba(60,140,64,1) 0%,rgba(99,198,104,1) 50%,rgba(60,140,64,1) 100%);
    background: -o-linear-gradient(left,  rgba(60,140,64,1) 0%,rgba(99,198,104,1) 50%,rgba(60,140,64,1) 100%);
    background: -ms-linear-gradient(left,  rgba(60,140,64,1) 0%,rgba(99,198,104,1) 50%,rgba(60,140,64,1) 100%);
    background: linear-gradient(to right,  rgba(60,140,64,1) 0%,rgba(99,198,104,1) 50%,rgba(60,140,64,1) 100%);


    
    position: relative;
	-moz-box-shadow:
			inset 0 0 15px #000000,
			0 0 0 1px rgb(112, 112, 112),
			0 0 0 7px rgb(92, 92, 92),
			0 0 42px 25px rgb(41, 41, 41) !important;
		
	-webkit-box-shadow:
		inset 0 0 15px #000000,
		0 0 0 1px rgb(112, 112, 112),
		0 0 0 7px rgb(92, 92, 92),
		0 0 42px 25px rgb(41, 41, 41) !important;

	box-shadow:
		inset 0 0 15px #000000,
		0 0 0 1px rgb(112, 112, 112),
		0 0 0 7px rgb(92, 92, 92),
		0 0 42px 25px rgb(41, 41, 41) !important;
}


@media only screen 	
	and (min-width : 600px) 
	and (max-width : 1024px)
 {
	.table {
        padding: 13px 28px;
		margin-top:26px !important;
		height:120px !important;
		max-width: 446px !important;
		-moz-box-shadow:
			inset 0 0 11px #000000,
			0 0 0 1px rgb(112, 112, 112),
			0 0 0 6px rgb(92, 92, 92),
			0 0 42px 25px rgb(41, 41, 41) !important;

		-webkit-box-shadow:
			inset 0 0 11px #000000,
			0 0 0 1px rgb(112, 112, 112),
			0 0 0 6px rgb(92, 92, 92),
			0 0 42px 25px rgb(41, 41, 41) !important;

		box-shadow:
			inset 0 0 11px #000000,
			0 0 0 1px rgb(112, 112, 112),
			0 0 0 6px rgb(92, 92, 92),
			0 0 42px 25px rgb(41, 41, 41) !important;

		border-radius: 40px; !important;
		border: #666 5px solid !important;
	}
 }


 @media only screen and (min-width : 1025px) {
	.table {
		padding: 18px;
		padding-left: 40px;
		margin-top:40px !important;
		height:173px !important;
		max-width: 720px !important;

		-moz-box-shadow:
			inset 0 0 40px #000000,
			0 0 0 1px rgb(112, 112, 112),
			0 0 0 10px rgb(92, 92, 92),
			0 0 42px 25px rgb(41, 41, 41) !important;

		-webkit-box-shadow:
			inset 0 0 40px #000000,
			0 0 0 1px rgb(112, 112, 112),
			0 0 0 10px rgb(92, 92, 92),
			0 0 42px 25px rgb(41, 41, 41) !important;

		box-shadow:
			inset 0 0 60px #000000,
			0 0 0 1px rgb(112, 112, 112),
			0 0 0 10px rgb(92, 92, 92),
			0 0 42px 25px rgb(41, 41, 41) !important;

		border-radius: 60px; !important;
		border: #666 7px solid !important;
	}
 }

@media only screen and (min-width : 1400px) {
    .table {
        padding: 30px 43px;
        margin-top: 55px !important;
        height: 280px !important;
        max-width: 970px !important;

        -moz-box-shadow:
        inset 0 0 40px #000000,
        0 0 0 1px rgb(112, 112, 112),
        0 0 0 22px rgb(92, 92, 92),
        0 0 42px 25px rgb(41, 41, 41) !important;

        -webkit-box-shadow:
        inset 0 0 40px #000000,
        0 0 0 1px rgb(112, 112, 112),
        0 0 0 22px rgb(92, 92, 92),
        0 0 42px 25px rgb(41, 41, 41) !important;

        box-shadow:
        inset 0 0 60px #000000,
        0 0 0 1px rgb(112, 112, 112),
        0 0 0 22px rgb(92, 92, 92),
        0 0 42px 25px rgb(41, 41, 41) !important;

        border-radius: 70px; !important;
        border: #666 17px solid !important;
    }
}

 @media only screen and (min-width : 2500px) {
	.table {
        padding: 32px 134px;
		margin-top:100px !important;
		height:350px !important;
		max-width: 1400px !important;
	
		-moz-box-shadow:
			inset 0 0 40px #000000,
			0 0 0 1px rgb(112, 112, 112),
			0 0 0 47px rgb(92, 92, 92),
			0 0 42px 25px rgb(41, 41, 41) !important;
		
		-webkit-box-shadow:
			inset 0 0 40px #000000,
			0 0 0 1px rgb(112, 112, 112),
			0 0 0 47px rgb(92, 92, 92),
			0 0 42px 25px rgb(41, 41, 41) !important;

		box-shadow:
			inset 0 0 40px #000000,
			0 0 0 1px rgb(112, 112, 112),
			0 0 0 39px rgb(92, 92, 92),
			0 0 42px 25px rgb(41, 41, 41) !important;
	
		border-radius: 100px; !important;
		border: #666 1px solid !important;
	}
 }
 
 
 .table_chips {
	visibility: visible !important;
	margin-top: -8px;
}

@media only screen and (min-width : 600px)and(max-width : 1024px){
	.table_chips {
		visibility: visible !important;
		margin-top: -7px;
	}
}
	
@media only screen and (min-width : 1025px) {
	.table_chips {
		visibility: visible !important;
		margin-top: -24px;
	}
}

@media only screen and (min-width : 2500px) {
	.table_chips {
		visibility: visible !important;
		margin-top: -70px;
	}
}
	
