*, body{
  box-sizing: border-box;
}
.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.button input[type="button"]:hover {
  background: #5029bc;
}

@media (max-width: 950px) {
  .container {
    width: 90%;
    padding: 30px 40px 40px 35px;
  }
}
@media (max-width: 820px) {
  .container {
    margin: 40px 0;
    height: 100%;
  }
  .container .content {
    flex-direction: column-reverse;
  }
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

.widget{
	background-color: #fff;
	font: 11pt Georgia,Times,serif;
	color: #333;
	padding: 7px;
	/*margin: 20px;*/
	width: 100%;
  
}
	.widget ul{
		list-style-position: inside;
	}

.widget h5{
	font-size: 14pt;
	margin: 5px;
}

.new-widget{
	margin: 0px;
	border: 1px solid #ddd;
  border-top: 0;
	background-color: #fff;
	/*padding: 7px;*/
	width: 100%;
	clear: both;
}
	.new-widget ul{
		display: none;
	}

.tab-wrapper{
 /*  margin-left: 1px; */
  width: 1000px;
  padding: 0;
 /*  height: 0px; */
 /*  background: #1abc9c;  */
}
.tab{
 /* width: 100px;*/
  padding: 8px 10px;
  margin-right: 5px;
  font-size: 0.9em;
/*   border: 1px solid red; */
	border-radius: 10px 10px 0 0;
  /* height: 33px; */
	float: left;
	background: #eee;
	text-transform: capitalize;
	color: #333;
	text-align: center;
	/* line-height: 2.0em; */
	cursor: pointer;
	list-style: none!important;
  transition: all 200ms;
/*   border-right: 0.125rem solid #16a085; */
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.tab:hover {
  background: #f0554a;
  color: #fff;
}

.active-tab{
	background: #f0554a;
  color: #fff;
}

.tab-content {
  padding: 0 0;
}

/* TABLE STYLING */
.group-table caption {
    padding: 10px 5px !important;
    border-top: 1px solid;
    background: #f0554a;
    color: #fff;
    text-align: center;
    caption-side: top;
    font-size: 1.1em;
}

.group-table {
	border-top: 1px solid #ddd;	
  width:100%;
	/* 	border:1px solid #ddd; */
/* 	  border-top: none;	 */
    border-collapse:collapse;
		padding:5px;
    text-align: center;
	}
	.group-table th {
	/* 	border:1px solid #ddd;
    border-top: none; */
		padding: 10px 5px;
    font-weight: normal;
		background:#f0554a;
    color: #fff;
	}
	.group-table td {
	/* 	border:1px solid #ddd; */
		padding:10px 2px;
	}

td:nth-child(3) {
    /* min-width: 90px; */
}

.group-table th, .group-table td {
  border-right: 1px solid #ddd;
}

.group-table th:last-child, .group-table td:last-child {
  border-right: none;
}

.group-table tr:nth-child(odd) {
  background: #f0f0f0;
}

#Shipment-Details .group-table td:nth-child(3) {
  background: #fff;
}

.group-table td.align-bottom {
  vertical-align: bottom;
  padding: 0;
}

.group-table td.align-top {
  vertical-align: top;
  padding: 0;  
}

#Shipment-Details .group-table td:nth-child(3), #Digital-POD .group-table td:nth-child(3) {
  background: #fff;
}

.is-horizontal-center {
    justify-content: center;
    padding-top: 25px;
    text-align: center;
}
.field.has-addons{
    justify-content: center;
}
.section {
    padding: 1.5rem 1.5rem;
}
.card-image{
    margin: 0 auto;
    margin-bottom: -25px;
}