/* plans widget */ .plan-preview-box * { font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; font-size: 14px; } .plan-preview-box { background: rgba(255, 255, 255, 1); background: rgba(255, 255, 255, 0.95); width: 800px; height: 600px; top: 0; padding: 30px; -moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.5); box-shadow: 0px 0px 1px rgba(0,0,0,0.5); } .plan-preview-content, .plan-preview-box { border-radius: 3px; -moz-border-radius: 3px; -webit-border-radius: 3px; -o-border-radius: 3px; border-top-left-radius: 0; -moz-border-top-left-radius: 0; -webit-border-top-left-radius: 0; -o-border-top-left-radius: 0; border-top-right-radius: 0; -moz-border-top-right-radius: 0; -webit-border-top-right-radius: 0; -o-border-top-right-radius: 0; } .plan-preview-box .plan-overview { height: auto; } .plan-preview-content { background-color: transparent; } .plan-preview-box .close-box { position: absolute; top: 0; right: 0; padding-top: 10px; display: block; width: 30px; height: 30px; background-image: none; cursor: pointer; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; } .plan-preview-box .close-box:after { content: "\f00d"; font-size: 24px; } .plan-preview-box a:hover { color: #333; } button, html input[type="button"], input[type="reset"], input[type="submit"] { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; text-align: center; vertical-align: middle; cursor: pointer; border: 1px solid rgba(0, 0, 0, 0); border-radius: 4px; white-space: nowrap; -webkit-user-select: none; color: rgb(255, 255, 255); background-color: rgb(92, 184, 92); border-color: rgb(76, 174, 76); }.plan-preview-box a:hover { color: #333; } button, html input[type="button"], input[type="reset"], input[type="submit"] { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; text-align: center; vertical-align: middle; cursor: pointer; border: 1px solid rgba(0, 0, 0, 0); border-radius: 4px; white-space: nowrap; -webkit-user-select: none; color: rgb(255, 255, 255); background-color: rgb(92, 184, 92); border-color: rgb(76, 174, 76); }.plan-preview-box a:hover { color: #333; } button, html input[type="button"], input[type="reset"], input[type="submit"] { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; text-align: center; vertical-align: middle; cursor: pointer; border: 1px solid rgba(0, 0, 0, 0); border-radius: 4px; white-space: nowrap; -webkit-user-select: none; color: rgb(255, 255, 255); background-color: rgb(92, 184, 92); border-color: rgb(76, 174, 76); }.plan-preview-box a:hover { color: #333; } .plan-preview-box button, html .plan-preview-box input[type="button"], .plan-preview-box input[type="reset"], .plan-preview-box input[type="submit"] { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; text-align: center; vertical-align: middle; cursor: pointer; border: 1px solid rgba(0, 0, 0, 0); border-radius: 4px; white-space: nowrap; -webkit-user-select: none; color: rgb(255, 255, 255); background-color: rgb(92, 184, 92); border-color: rgb(76, 174, 76); } li.absent {display:none;} .planTable table, th, td, tr { border: 1px solid; !important border-color:purple; border-collapse:collapse; } .table-curved { border-collapse: separate; } .table-curved { border: solid #ccc 1px; border-radius: 6px; border-left:0px; } .table-curved td, .table-curved th { border-left: 1px solid #ccc; border-top: 1px solid #ccc; } .table-curved th { border-top: none; } .table-curved th:first-child { border-radius: 6px 0 0 0; } .table-curved th:last-child { border-radius: 0 6px 0 0; } .table-curved th:only-child{ border-radius: 6px 6px 0 0; } .table-curved tr:last-child td:first-child { border-radius: 0 0 0 6px; } .table-curved tr:last-child td:last-child { border-radius: 0 0 6px 0; }