/* Style for send gift container */

.gba-outer-container{
  width:100%;
}

form#SendGiftForm {
    width: 100%;
    position: relative;
}

.gba-outer-container .gift_col {
    display: inline-block;
    vertical-align: top;
    border: 2px solid transparent;
    padding: 0px;
    text-align: center;
    width: 23%;
    min-width: 100px;
    margin: 1%;
}
.gba-outer-container .gift_col img {
}
.gba-outer-container .gift_col p {
	padding: 1%;
    margin: 1%;
}
.gba-outer-container .borderbox{
	border: 2px solid !important;
}

.gba-outer-container .gba-inner-container{
    width: 100%;
    border: 2px solid #dedede;
    display: inline-block;
    margin: 0;
    margin-top: 1%;
    padding: 1%;
}

.gba-outer-container .gift-container h4{
    margin: 0;
    padding: 0;
}

li.gift-content {
    border: 2px solid #dfdfdf;
    margin: 5px;
	display: block;
    float: left;
    width: 23%; 
    min-width: 120px;
}
.gift-content span {
    display: block;
    float: left;
    clear: both;
    width: 100%;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #dedede;
    padding: 2%;
}

.gift-msg{
	/* background: #dedede; */
}

.received_gifts .gift-content{
	width:100%;
}

.received_gifts li.gift-content {
    border: 1px solid #ababab;
	margin:0;
    padding: 1%;
    display: block;
    float: left;
    min-width: 200px;
    margin-bottom: 1%;
}

.received_gifts .gift-content .gift-thumb img{
    float: left;
    width: 25%;
    min-width: 150px;
}

.received_gifts .gift-content .gift-details{
    float: right;
    width: 70%;
    min-width: 200px;
}


#SendGiftForm  p{
	margin:0;
	padding:0;
	margin-top:1%;
}

#SendGiftForm input, #SendGiftForm textarea, #SendGiftForm select, #SendGiftForm  input[type="submit"] {
    border: 1px solid rgba(234,234,234,.9); 
}

.received_gifts  blockquote {
    /* background: #f9f9f9; */
    border-left: none;
    margin: 0;
    padding: 0;
    quotes: "\201C""\201D""\2018""\2019";
	font-size: 1.5rem;
}
.received_gifts  blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.received_gifts  blockquote p {
  display: inline;
}

/* =Top Bar
-------------------------------------------------------------- */
#top-bar {
  background-color: #289f77; }

#top-bar a {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 10px; }

#top-bar a:hover {
  background-color: #dedede; }

span.all-labs,
span.back-to-tutorial {
  display: block;
  width: 50%; }

span.all-labs {
  float: left;
  text-align: left; }

span.back-to-tutorial {
  float: right;
  text-align: right; }

/* =Header
-------------------------------------------------------------- */
header {
  padding: 30px 0; }

#title {
  text-align: center; }

#title h1 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px; }

#title h2 {
  color: #95e5ca;
  font-size: 20px; }

/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

/* = Tab
------------------------------------------------------------- */
ul#tabs {
  list-style-type: none;
  margin: 0;
  margin-top: 1%;  
  padding: 0;
  text-align: center; }
  ul#tabs li {
    display: inline-block;
    background-color: grey;
    border-bottom: 1px solid rgba(234,234,234,.9);
    padding: 5px 20px;
    margin-bottom: 4px;
    cursor: pointer; }
    ul#tabs li:hover {
      background-color: #dedede; }
    ul#tabs li.active {
      background-color: #dedede; }

ul#tab 
{
  list-style-type: none;
  margin: 0;
  padding: 0; 
}
ul#tab li {
display: none;
padding: 0px;
border: 1px solid rgba(234,234,234,.9);

}

ul#tab li.active
{
  display: block; 
}
ul#tab li h2 {
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(234,234,234,.9);
}  

ul.products li {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}
  
/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 600px) {
  .container {
    width: 100%; }

  #top-bar a {
    display: block; }

  span.all-labs,
  span.back-to-tutorial {
    width: 100%; }

  span.all-labs,
  span.back-to-tutorial {
    float: none;
    text-align: center; }

  span.all-labs {
    border-bottom: solid 1px #dedede; }

  #title h1 {
    font-size: 20px; }

  #title h2 {
    font-size: 16px; } }

	
	