 .grid {
               	width: 100%;
        }

        .grid td, .grid .heading th {
                padding: 7px 10px;
               	padding-left: 5px;
               	border: 0;
        }

        .grid .alt td {
                background-color: #EFEFEF;
	}

.feature-name {
                padding: 5px 5px 5px 10px !important;
        }

        .grid .the-plan {
                text-align: center;
        }

        .grid .the-plan .checkmark {
                background: url(../images/check_green.png) no-repeat 50% 50%;
                height: 16px;
                line-height: 0;
                text-indent: -9999em;
        }

      .grid tr th.featured {
                background-color: #3DC4FC;
                border-bottom-color: #4c7496;
        }

	.grid tr td.featured {
                background-color: #D2F2FF;
                border-bottom-color: #b8ddeb;
        }


