@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700);
body {
	margin:0;
	padding:0;
	background: repeat-x top #fff;
}
body, select, input {
	color:#777;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	font-family: 'Titillium Web', sans-serif;
}
img {
	border:none;
}
::-moz-selection {
 color: #fff;
 background:#FF9915;
}
::selection {
	color: #fff;
	background:#FF9915;
}
figure {
	margin:0;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
a {
	outline:none;
	color:#fff;
	text-decoration:none;
}
a:hover {
	outline: none;
	text-decoration: underline;
}
.clear {
	clear:both;
	height:auto;
}
.wrapper {
	width:1100px;
	margin:0 auto;
}
/*****************YELLOW BUTTON**************/
.yellow_btn a {
	color:#000;
	display:block;
	font-size:26px;
	line-height:26px;
	text-align:center;
	text-decoration:none;
	background:#FF9915;
	border-radius:5px;
	font-weight:600;
}
.yellow_btn a:hover {
	background:#d5d0d0;
}
section.headerbox {
	width:100%;
	left:0;
	top:0;
	right:0;
	min-height:82px;
	margin:0 auto;
	position:absolute;
}
.logo {
	float:left;
	width:300px;
	height:38px;
	z-index:10;
	margin:30px 0 0;
	position: relative;
}
.logo a {
	display:block;
	width:300px;
	height:38px;
	background:url(../images/HN-LOGO.JPG) no-repeat left top;
}
nav#nav {
	z-index:10;
	float:right;
	margin:0 0 20px;
	position: relative;
}
nav#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
nav#nav li {
	float:left;
	padding:0 5px;
	position:relative;
}
nav#nav li a {
	color:#fff;
	display:block;
	font-size:16px;
	line-height:16px;
	padding:46px 16px 0;
	text-decoration:none;
}
nav#nav li:hover > a, nav#nav li.current > a {
	color:#FF9915;
	text-decoration:none;
	box-shadow:0 4px 0 #FF9915 inset;
}
nav#nav ul li.current > a:after {
	left:0;
	right:0;
	top:4px;
	width:18px;
	height:7px;
	content:'';
	margin:0 auto;
	position:absolute;
	background:url(../images/arrow.png) no-repeat;
}
nav#nav .btn1 {
	float:right;
	margin:30px 0 0;
}
/* Submenu */
nav#nav li ul {
	left: 0;
	top: 100%;
	margin:0;
	padding:0;
	display: none;
	position: absolute;
}
nav#nav li ul:before {
	content:'';
	height:15px;
	display:table;
}
nav#nav li:hover > ul {
	display: block;
}
nav#nav li ul li, nav#nav li ul li a {
	float: none;
}
nav#nav li ul li {
	margin:0;
	background:none;
	padding:0;
	_display: inline; /* for IE6 */
}
nav#nav li ul li a {
	white-space:nowrap;
	display: block;
	color:#000;
	font-size:13px;
	padding:0 23px;
	line-height:30px;
	background:#e7e7e7;
	text-align:left;
	border-top:1px solid #525252;
}
nav#nav li ul li:hover > a {
	color:#fff;
	box-shadow:none;
	background:#FF9915;
}
section.bannercon {
	float:left;
	width:100%;
	padding:69px 0 0;
	background:url(../images/banner.jpg) no-repeat center top #000;
}
aside.banner {
	float:left;
	width:100%;
	height:410px;
	color:#fff;
	text-align:center;
	padding:100px 0 0;
}
aside.banner h1 {
	padding:0;
	color:#FF9915;
	font-size:66px;
	margin:0 0 10px;
	line-height:66px;
	font-weight:600;
}
aside.banner h2 {
	padding:0;
	font-size:40px;
	margin:0 0 22px;
	line-height:40px;
	font-weight:300;
}
aside.banner ul {
	margin:0;
	padding:0;
	list-style:none;
}
aside.banner ul li {
	font-size:18px;
	padding:0 16px 0 20px;
	display:inline-block;
	background:url(../images/banner_arrow.png) no-repeat left 2px;
}
aside.banner .btn1 {
	margin:36px 0 0;
	display:inline-block;
}
aside.banner .btn1 a {
	padding:16px 78px;
}
.box1 {
	float:left;
	width:100%;
	padding:50px 0;
	text-align:center;
}
.box1 h3 {
	padding:0;
	color:#000;
	font-size:40px;
	margin:0 0 45px;
	line-height:40px;
	font-weight:normal;
}
.box1 h3 span {
	display:block;
	color:#777;
	font-size:20px;
	line-height:20px;
	margin:15px 0 0;
	font-weight:300;
}
aside.plan1 {
	width:31%;
	margin:0 8px 0 0;
	padding:0 0 30px;
	background:#e7e7e7;
	vertical-align:top;
	display:inline-block;
	border-radius:5px;
}
aside.plan1 h4 {
	margin:0;
	color:#fff;
	font-size:30px;
	background:#000;
	line-height:30px;
	padding:28px 0;
	font-weight:600;
	border-radius:5px 5px 0 0;
}
aside.plan1 figure.image_holder {
	float:left;
	width:100%;
	margin:30px 0;
}
aside.plan1 .price {
	float:left;
	width:100%;
	padding:27px 0;
	background:#FF9915;
}
aside.plan1 .price .numeric1 {
	color:#fff;
	font-size:30px;
	line-height:30px;
	font-weight:bold;
}
aside.plan1 ul {
	float:left;
	width:100%;
	margin:0;
	padding:28px 0;
	list-style:none
}
aside.plan1 ul li {
	color:#000;
	font-size:16px;
	line-height:16px;
	margin:0 0 8px;
}
aside.plan1 ul li:last-child {
	margin:0;
}
aside.plan1 .btn1 {
	display:inline-block;
}
aside.plan1 .btn1 a {
	font-size:16px;
	line-height:16px;
	padding:12px 60px;
}
aside.plan1:last-child {
	margin:0;
}
section.features_con {
	float:left;
	width:100%;
	background:url(../images/features_bg.jpg) no-repeat center top #000;
}
.features_box h3 {
	color:#FF9915;
}
.features_box h3 span {
	color:#fff;
}
.features_box ul {
	margin:0;
	padding:0;
	list-style:none
}
.features_box ul li {
	color:#fff;
	width:22%;
	font-size:16px;
	padding:0 2%;
	line-height:20px;
	vertical-align:top;
	display:inline-block;
}
.features_box ul li figure.image_holder {
	float:left;
	width:100%;
	margin:0 0 20px;
}
.features_box ul li .heading {
	color:#FF9915;
	font-size:24px;
	line-height:24px;
	font-weight:600;
	display:block;
	margin:0 0 5px
}
.questions {
	padding-bottom:0;
}
section.greycon {
	float:left;
	width:100%;
	background:#e7e7e7;
}
.tabs_box {
	float:left;
	width:100%;
	text-align:center;
}
.tabs_box ul.tabs {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
	vertical-align:top;
}
.tabs_box ul.tabs li {
	float:left;
	width:250px;
	margin:0 10px 0 0;
}
.tabs_box ul.tabs li a {
	display:block;
	color:#fff;
	font-size:18px;
	background:#000;
	padding:22px 0 18px;
	text-decoration:none;
	font-weight:600;
	border-radius:5px 5px 0 0;
}
.tabs_box ul.tabs li a:hover, .tabs_box ul.tabs li a.current {
	color:#000;
	background:#e7e7e7;
}
.tabs_box ul.tabs li:last-child {
	margin:0;
}
.tabs_innerbox {
	float:left;
	width:100%;
	padding:60px 0;
}
aside.formbox {
	width:86%;
	vertical-align:top;
	display:inline-block;
}
aside.formbox ul {
	float:left;
	width:49.5%;
	margin:0;
	padding:0;
	list-style:none;
}
aside.formbox ul li {
	float:left;
	width:100%;
	margin:0 0 10px;
	position:relative;
}
aside.formbox ul li input[type="text"] {
	float:left;
	width:94%;
	height:20px;
	outline:none;
	border:none;
	padding:15px 3%;
	line-height:20px;
	border-radius:5px;
	background:#e7e7e7;
}
aside.formbox ul li:last-child {
	margin:0;
}
aside.formbox .commentbox {
	float:right;
	width:49%;
	margin:0 0 10px;
}
aside.formbox .commentbox textarea {
	float:left;
	width:94%;
	height:78px;
	outline:none;
	border:none;
	padding:15px 3%;
	border-radius:5px;
	background:#e7e7e7;
	font-family: 'Titillium Web', sans-serif;
}
aside.formbox input[type="submit"] {
	float:right;
	width:49%;
	height:50px;
	padding:0;
	outline:none;
	border:none;
	color:#000;
	cursor:pointer;
	font-size:20px;
	line-height:20px;
	border-radius:5px;
	background:#FF9915;
	font-weight:600;
}
aside.formbox input[type="submit"]:hover {
	background:rgba(255,171,26,0.9);
}
section.blackcon {
	float:left;
	width:100%;
	background:#212121;
}
aside.footer_menu {
	float:left;
	width:100%;
	padding:50px 0 40px;
	text-align:center;
}
aside.footer_menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
aside.footer_menu ul li {
	font-size:16px;
	line-height:16px;
	padding:0 20px;
	display:inline-block;
	border-right:1px solid #e1991b;
}
aside.footer_menu ul li:last-child {
	border:none;
	padding-right:0;
}
section.blackcon2 {
	float:left;
	width:100%;
	background:#0d0d0d;
}
aside.footer_box {
	float:left;
	width:100%;
	padding:20px 0;
	text-align:center;
}
aside.footer_box ul {
	margin:0;
	padding:0;
	list-style:none;
}
aside.footer_box ul li {
	width:18%;
	color:#fff;
	padding:10px 0 0;
	line-height:20px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
aside.footer_box ul li figure {
	float:left;
	margin:-10px 20px 0 0;
}
aside.footer_box ul li .style1 {
	float:left;
	margin:10px 0 0;
}
aside.copyrightbox {
	float:left;
	width:100%;
	color:#989797;
	margin:0 0 20px;
	text-align:center;
}
aside.copyrightbox .logo {
	float:none;
	width:243px;
	height:35px;
	margin:30px auto 0;
}
aside.copyrightbox p {
	margin:0;
}
aside.copyrightbox .logo a {
	background:url(../images/logo2.png) no-repeat center top;
}
aside.copyrightbox ul {
	margin:0;
	list-style:none;
	padding:12px 0 10px;
}
aside.copyrightbox ul li {
	margin:0 5px 0 0;
	display:inline-block;
}
aside.copyrightbox ul li a {
	width:30px;
	height:29px;
	display:block;
}
aside.copyrightbox ul li:last-child {
	margin:0;
}
.social_icon1 {
	background:url(../images/social_icons.png) no-repeat left top;
}
.social_icon2 {
	background:url(../images/social_icons.png) no-repeat -37px top;
}
.social_icon3 {
	background:url(../images/social_icons.png) no-repeat right top;
}
aside.copyrightbox ul li:hover.social_icon1 {
	background:url(../images/social_icons.png) no-repeat left bottom;
}
aside.copyrightbox ul li:hover.social_icon2 {
	background:url(../images/social_icons.png) no-repeat -37px bottom;
}
aside.copyrightbox ul li:hover.social_icon3 {
	background:url(../images/social_icons.png) no-repeat right bottom;
}
/***************************************/
/****************SUBPAGE****************/
/***************************************/
section.sub_bannercon {
	float:left;
	width:100%;
	padding:82px 0 0;
	background:url(..//#.png) no-repeat center top #000;
}
aside.sub_banner {
	float:left;
	width:100%;
	height:270px;
	padding:102px 0 0;
	text-align:center;
}
aside.sub_banner h1 {
	padding:0;
	color:#FF9915;
	font-size:66px;
	margin:0 0 10px;
	line-height:66px;
	font-weight:600;
}
aside.sub_banner h2 {
	padding:0;
	margin:0;
	color:#fff;
	font-size:40px;
	line-height:40px;
	font-weight:300;
}
.subplans_box {
	float:none;
	width:86%;
	clear:both;
	margin:0 auto;
}
aside.subplan_lt {
	float:left;
	width:28%;
	background:#e7e7e7;
	border-radius:6px;
}
aside.subplan_lt h4, aside.subplan1 h4 {
	margin:0;
	padding:30px 0;
	color:#fff;
	font-size:18px;
	background:#000;
	border-radius:6px 6px 0 0;
}
aside.subplan_lt .price {
	float:left;
	width:100%;
	color:#000;
	padding:18px 0;
	font-size:36px;
	line-height:36px;
	background:#fff;
	font-weight:600;
}
aside.subplan_lt ul, aside.subplan1 ul {
	margin:0;
	padding:0;
	list-style:none;
}
aside.subplan_lt ul li {
	color:#000;
	text-align:left;
	padding:12px 0 12px 102px;
	border-bottom:1px solid #fff;
	background:url(../images/bullet.png) no-repeat 82px 16px;
}
aside.subplan_lt ul li:last-child, aside.subplan1 ul li:last-child {
	border:none;
}
aside.subplan1 {
	float:left;
	width:23%;
	background:#e7e7e7;
	padding:0 0 24px;
	margin:0 0 0 1px;
	border-radius:6px;
}
aside.subplan1 .price {
	float:left;
	width:100%;
	font-size:16px;
	line-height:16px;
	padding:22px 0;
	background:#fff;
}
aside.subplan1 .price .numeric1 {
	color:#000;
	font-size:28px;
	line-height:28px;
	font-weight:bold;
}
aside.subplan1 ul li {
	color:#000;
	padding:12px 0;
	border-bottom:1px solid #fff;
}
aside.subplan1 ul li.tickmark {
	height:18px;
	background:url(../images/tickmark.png) no-repeat center center;
}
aside.subplan1 ul li.cross {
	height:18px;
	background:url(../images/cross.png) no-repeat center center;
}
aside.subplan1 .btn1 {
	margin:18px 0 0;
	display:inline-block;
}
aside.subplan1 .btn1 a {
	color:#030303;
	font-size:14px;
	line-height:14px;
	padding:10px 30px;
}
aside.subplan2 {
	width:25%;
	background:#f1f1f1;
}
/***************************************/
/************* CONTACT PAGE ************/
/***************************************/
.contentbox{
	float:left;
	width:100%;
}
.contentbox h3{
	font-size:40px;
	line-height:42px;
	color:#000;
	margin:0 0 15px;
	font-weight:300;
}
.contentbox p:last-child{
	margin:0;
}
.text-box{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#777;
}
.aboutbox p{
	margin-bottom:20px;
}
.aboutbox p.big{
	font-size:20px;
	font-weight:400;
}
.contact-box{
	padding:30px 0;
}
.contact-box ul{
	margin:0;
	padding:0;
	list-style:none;
}
.contact-box ul li{
	display:inline-block;
	margin-right:20px;
	font-size:14px;
	width:25%;
	text-align:left;
	color:#000;
	vertical-align:top;
}
.contact-box ul li:first-child{
	width:30%;
}

.contact-box ul li .icon-holder{
	float:left;
	margin-right:15px;
}
.contact-box ul li .text{
	float:left;
	width:70%;
	margin-top:15px;
}
.contact-box ul li .text a{
	color:#000;
}
.contact-box ul li:first-child .text{
	width:77%;
}
/********** CONTACT FORM SECTION ********/
aside.formbox2{
	margin:40px 0 0;
	width:89%;
}
/***************************************/
/*************** VPS PAGE **************/
/***************************************/
aside.vps-plan1{
	display:inline-block;
	width:23.6%;
}
aside.vps-plan1 ul li strong{
	font-weight:800;
}
.features_box2 ul li{
	width:17%;
	padding:0 1%;
	font-size:14px;
}
.oprating-box{
	padding:0;
	font-size:16px;
	color:#1c1b1a;
	line-height:24px;
}
.oprating-box h3{
	margin-bottom:50px;
}
.oprating-box ul{
	margin:0 0 40px;
	padding:0;
	list-style:none;
}
.oprating-box ul li{
	display:inline-block;
	text-align:center;
	margin-right:3px;
}
.oprating-box ul li a{
	width:203px;
	height:108px;
	display:table;
	border:1px solid #FF9915;
	border-radius:4px;
}
.oprating-box ul li a span{
	display:table-cell;
	vertical-align:middle;
}
.oprating-box ul li a:hover{
	border-color:#000;
}
.oprating-box p{
	margin:0 0 45px;
}
.oprating-box p a{
	color:#1c1b1a;
	font-weight:800;
}
.oprating-box .btn1, .oprating-box .btn2{
	display:inline-block;
	margin-right:5px;
}
.oprating-box .btn1 a, .oprating-box .btn2 a{
	padding:12px 57px;
}
.oprating-box .btn2 a{
	color:#fff;
}
.oprating-box .btn2 a:hover{
	background:#FF9915 !important;
}
.location-box{
	color:#fff;
}
.location-box h3{
	color:#FF9915;
}
.location-box p{
	margin:0 0 35px;
}
.location-box p.big{
	font-size:20px;
}
.location-box p .yellow{
	color:#FF9915;
}
.map-box{
	display:inline-block;
	margin-bottom:13px;
}

/************* special clases *************/
.text-center{
	text-align:center;
}
.paddingbox{
	padding:50px 0;
}
.yellow-bg{
	background:#FF9915;
}
.no-marginRT{
	margin-right:0 !important;
}
.grey-bg{
	background:#f0ede5;
}
.black-bg{
	background:#000 !important;
}

span.error {
    color: red;
    left: 107px;
    position: absolute;
    top: 17px;
}
input.error, textarea.error {
    border: 1px solid #f00 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.headerbox .logo a {
  font-size: 34px !important;     /* bigger size */
  font-weight: 900 !important;    /* extra bold */
  color: #ff9915 !important;
  text-decoration: none !important;
  margin: 2px 0 0 0 !important;
  padding: 0 20px 0 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  letter-spacing: 0.5px;          /* optional for spacing */
}

.headerbox .logo a span {
  color: #ffffff !important;
  font-weight: 900 !important;    /* bold for VPS */
}


/* Base responsive reset */
img {
  max-width: 100%;
  height: auto;
}

.container, .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

/* Responsive Navigation */
.navbar-nav {
  flex-direction: row;
}
@media (max-width: 992px) {
  .navbar-nav {
    flex-direction: column;
    text-align: center;
  }
}

/* VPS Plan Boxes */
.plan-box {
  margin: 15px auto;
  max-width: 350px;
}
@media (min-width: 768px) {
  .plan-box {
    max-width: 100%;
  }
}

/* Reseller/Dedicated Table */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Banner Images */
.banner img {
  width: 100%;
  height: auto;
}

/* Headings & Fonts */
h1, h2, h3 {
  word-wrap: break-word;
}
@media (max-width: 768px) {
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.4rem; }
  h3 { font-size: 1.2rem; }
}

/* Buttons */
.btn {
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 6px;
  margin-bottom: 10px;
}

/* VPS Reseller Table Style */
.dedicated-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  background: #fff;
  color: #000;
}
.dedicated-table th {
  background: #000;
  color: #FFD700; /* Yellow */
  text-align: center;
  padding: 12px;
}
.dedicated-table td {
  padding: 12px;
  border: 1px solid #ddd;
}

/* Responsive Table */
@media (max-width: 768px) {
  .dedicated-table, .dedicated-table thead, .dedicated-table tbody, .dedicated-table th, .dedicated-table td, .dedicated-table tr {
    display: block;
    width: 100%;
  }
  .dedicated-table thead {
    display: none;
  }
  .dedicated-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #f9f9f9;
  }
  .dedicated-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }
  .dedicated-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 45%;
    text-align: left;
    font-weight: bold;
    color: #000;
  }
}

/* ---------- General Mobile Fixes ---------- */
@media (max-width: 768px) {
  /* Header fix */
  .logo, .header-text, .company-name {
    float: none;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }

  /* Features section fix */
  .features-box, .features-item {
    width: 100% !important;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }

  /* Footer fix */
  .footer-columns, .footer-column {
    float: none;
    width: 100% !important;
    text-align: center;
    margin-bottom: 10px;
  }

  /* Prevent horizontal scrolling */
  body, html {
    overflow-x: hidden;
  }
}

/* Remove all background images and set black background globally */
body, html {
    background-image: none !important;
    background-color: #000 !important;
}

/* Apply black background to major sections that had images */
section.bannercon,
section.features_con,
section.sub_bannercon,
section.blackcon,
section.blackcon2,
.wrapper,
.features_box,
.plan-box,
aside.banner,
aside.subplan_lt,
aside.subplan1,
aside.subplan2,
aside.footer_menu,
aside.footer_box,
aside.copyrightbox,
aside.formbox,
aside.formbox2 {
    background-image: none !important;
    background-color: #000 !important;
}

/* Specific sections that explicitly had images */
section.bannercon {
    background: #000 !important;
}
section.features_con {
    background: #000 !important;
}
section.sub_bannercon {
    background: #000 !important;
}

/* Footer styles - black background and white text */
.footer, .blackcon, .blackcon2, aside.footer_menu, aside.footer_box, aside.copyrightbox {
    background-color: #000 !important;
    color: #fff !important;
}

/* Footer links and headings white for better readability */
.footer a, .blackcon a, .blackcon2 a, aside.footer_menu a, aside.footer_box a, aside.copyrightbox a {
    color: #fff !important;
}

.footer h3, .blackcon h3, .blackcon2 h3, aside.footer_menu h3, aside.footer_box h3, aside.copyrightbox h3 {
    color: #fff !important;
}

/* Ensure forms, buttons, and other elements still look clean */
aside.formbox input[type="submit"], aside.formbox input[type="submit"]:hover {
    background: #FF9915 !important;
    color: #000 !important;
}

/* ===== Base responsive fixes ===== */

/* Make wrapper fluid */
.wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; /* small horizontal padding so content doesn't touch screen edges */
}

/* Plan items / cards layout: make them stack on mobile */
@media (max-width: 768px) {
  .plan1.vps-plan1, .box1 aside.plan1 {
    width: 100% !important; /* full width */
    display: block;
    margin-bottom: 20px;
  }
  .plan1.vps-plan1 figure.image_holder img {
    width: 100%; /* ensure images shrink */
    height: auto;
  }
}

/* For navigation / banner text scaling */
@media (max-width: 768px) {
  aside.banner h1 {
    font-size: 36px; /* smaller on mobile */
    line-height: 1.2;
  }
  aside.banner h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  nav#nav li a {
    padding: 15px 10px; /* shrink padding for menu items */
  }
}

/* Buttons responsive */
.yellow_btn a {
  padding: 12px 25px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .yellow_btn a {
    padding: 10px 20px;
    font-size: 14px;
    display: inline-block;
  }
}

/* Prevent horizontal overflow */
body, html {
  overflow-x: hidden;
}

/* Make the "Need More Power?" section fully responsive */
@media (max-width: 768px) {
    .high-ram-specials {
        text-align: center !important;
        padding: 20px 10px !important;
    }
    .high-ram-specials h2.section-title {
        font-size: 20px !important;
        line-height: 1.3 !important;
        text-align: center !important;
    }
    .table-container {
        overflow-x: auto;
        width: 100%;
        padding: 0 10px;
    }
    .specials-table {
        width: 100% !important;
        font-size: 13px !important;
    }
    .specials-table th, .specials-table td {
        padding: 8px 5px !important;
    }
}
