
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

body { 
    font-family: 'Open Sans', sans-serif; 
    font-size: 16px; 
    font-weight: 400;
    margin: 0; 
    Padding: 0;
    background-image:url('/css-modern/header-color.png');
    background-repeat:repeat-x;
    background-color:white;  /* was f3f3eb */
}

table.page-container {
   width:1200px;
   margin-left:auto;
   margin-right:auto;
   position:relative;
   top:-4px;
 }

tbody {
    vertical-align: top;
    
}
    
/* TEXT */

a { text-decoration: none; }

h3 { margin: 0 0 0 0; font-size: 1em; font-weight: 700; }


/* HEADER */

td.page-header {
    height: 119px;
 }
    
header { 
    text-transform: uppercase; 
    font-size: 16px; 
    font-weight: 700; 
    height: 115px; 
    width: 100%; 
    background: none; 
    position: relative; }    
    
header a.logo { 
    z-index: 1;
    position: absolute; 
    display: block; width: 331px; height: 63px; 
    background: url(../images/logos/SwordsAxe_Logo.svg) no-repeat 0 0; background-size: contain;
    top: 15px; left: 20px;
}

header a.logo span { display: none; }

/* SEARCH */

div.search {
    z-index: 1;
    position: absolute;
    width:auto;
    top: 31px;
    left: 400px;
 }

div.custom-search {
    height:28px;
 }

td.custom-search-text:after {
    margin: 0px;
 }

td.custom-search-field input {
    width:430px;
    height:30px;
    margin: 0px;
    padding-left: 4px; 
    content: "Start your search...";
    background-color:white;
    /* padding:10px 0px 9px 8px; */
    border: none;
 }

/* HEADER AD */

span.headerad {
    z-index: 2;
    position: absolute;
    display: inline-block;
    width: 272px;
    height: 40px;
    top: 23px;
    right: 29px;
}
span.headerad a {
    z-index: 2;
}

span.headerad img {
    z-index: 2;
}

/* NAVIGATION */

nav {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: none;
    position: absolute;
    top: 0px; left: 0px;
    padding: 83px 0 0 0;
    width: 100%;
}
    
nav::after { content:''; display: block; clear: both;}

nav ul { z-index: 7; list-style: none; margin: 0; padding: 0px; }
    
nav ul li:hover { background-color: #eee; }
nav ul li:hover > ul { display: block; }
    
nav ul li a {
    z-index: 7;
    display: inline-block;
    color: #444;
    padding: 8px 20px 6px 10px;
    width: 125px;
    position: relative;
}


nav ul li a:visited { color: #444; }
    
nav ul li a:hover { background-color: #eee; color: #dd6c27;}
    
nav ul ul { position: absolute; top: 100%; background-color: #eee; display: none; }
    
nav ul ul ul { left: 100%; top: 0px; }
    
/* NAV TOP-LEVEL */

nav > ul { padding-left: 20px; }
    
nav > ul > li { float: left; }

nav ul li a.toplevelnav { background-color: #303037; color: #fff; }
nav ul li a.toplevelnav:visited { color: #fff; }

/* NAV TAB ARROWS */

nav a[aria-haspopup="true"]::after {
    content: '';
    display: block; width: 0px; height: 0px;
    position: absolute;
    top: 14px; right: 15px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #aaa;
}

nav a[aria-haspopup="true"]:hover::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #666;
}

nav > ul > li > a[aria-haspopup="true"]::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    top: 18px; right: 40px;
}

nav > ul > li > a[aria-haspopup="true"]:hover::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    top: 18px; right: 40px;
}

/* NAV POPOUT */

li .popout { position: relative; }

nav section {
    background-color: #eee;
    padding: 0px 10px;
    width: 600px;
    height: 324px;
}

nav span { z-index: 7; width: 33%; float: left; }

nav ul li h3 {
    z-index: 8;
    display: inline-block;
    color: #444;
    margin-top: 12px;
    padding: 6px 20px 4px 10px;
    width: 125px;
    position: relative;
}

nav ul li span a.newbutton {
    display: block;
    background: #dd6c27;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 175px;
    margin: 8px 0 0 10px;
    padding: 2px 0px 4px 0px;
}

nav ul li span a.newbutton:hover {
    background: #dd6c27;
}

nav ul li span a.newbutton:visited {
    background: #dd6c27;
}

nav hr { 
    z-index: 8;
    border: 0; 
    background: #777; 
    width: 92%; 
    height: 2px; 
    margin: 0 0 5px 10px;
}

nav ul li a.popoutlink {
    display: inline-block;
    font-size: .7em;
    padding: 2px 20px 2px 10px;
    width: 125px;
    position: relative;
}

nav > ul > li > ul > li > ul > li > section > span > a {
    background-color: transparent;
    
}

nav > ul > li > ul > li > ul > li > section > span > a:hover {
    background-color: transparent;
    
}

/* NAV IMAGES */

nav > ul > li > ul > li > ul > li > section > span > a.ad_img {
    color: transparent;
    top: 0;
    left: 0;
    padding: 0;
    width: 620px;
    position: absolute;
    
}

nav img {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    
}

/* SHOPPING CART LINK */

div#shopping-cart {
    z-index: 1;
    position: absolute;
    width: 100px;
    height: 45px;
    top: 65px;
    right: 10px;
    padding: 1px;
    color: #FF7B22;
    text-align: center;
 }

div#shopping-cart span {
    position: relative;
    top: 5px;
    right: 0px;
}

div#shopping-cart img {
    position: absolute;
    top: 5px;
    right: 30px;
}

div#shopping-cart a {
    display: block;
    font-family:sans-serif;
    width: 100px;
    height: 45px;
    color:#FF7B22;
    text-decoration:none;
    border-radius: 10px;
 }

div#shopping-cart a:hover {
    border: solid #aaa 1px;
 
 }

/* HEADER LINKS */

div.headerlinks { 
    z-index: 1;
    position: absolute;
    top: 89px;
    left: 200px;
    font-size:12px;
 }

/* HEADER LINK DROPDOWNS */
    
div.headerlinks::after { content:''; display: block; clear: both;}

div.headerlinks ul { z-index: 7; list-style: none; margin: 0; padding: 0px; }
    
/* div.headerlinks ul li:hover { background-color: #eee; } */
div.headerlinks ul li:hover > ul { display: block; }
    
div.headerlinks ul li a {
    z-index: 7;
    display: inline-block;
    color: #444;
    padding: 8px 20px 6px 10px;
    position: relative;
}


div.headerlinks ul li a:visited { background-color: #eee; color: #444; }
    
div.headerlinks ul li a:hover { background-color: #eee; color: #dd6c27;}
    
div.headerlinks ul ul { position: absolute; top: 100%; background-color: #eee; display: none; }
    
div.headerlinks ul ul ul { left: 100%; top: 0px; }
    
/* HEADER LINKS TOP-LEVEL */
    
div.headerlinks > ul > li { float: left; }

div.headerlinks ul li a.toplevelnav { background: none; color: #fff; }
div.headerlinks ul li a.toplevelnav:visited { background: none; color: #fff; }
div.headerlinks ul li a.toplevelnav:hover { background: none; color: #FF7B22; text-decoration: underline; }


/* HEADER LINKS NEW-ITEMS */

div.headerlinks ul li a.new-items { background: none; color: #FF7B22; }
div.headerlinks ul li a.new-items:visited { background: none; color: #FF7B22; }
div.headerlinks ul li a.new-items:hover { background: none; color: #ff6e1e; text-decoration: underline; }

/* HEADER LINKS SWORDSAXE CASH */

div.headerlinks ul li a.SAcash { background: none; color: #25d917; }
div.headerlinks ul li a.SAcash:visited { background: none; color: #25d917; }
div.headerlinks ul li a.SAcash:hover { background: none; color: #12ff00; text-decoration: underline; }

/* INTERNAL CATAGORY */

div.catagory-links { 
    z-index: 1;
    text-transform: uppercase;
    position: relative;
    left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
 }

div.catagory-links ul li div {
    background: #303037;
    padding: 8px 30px 6px 20px;
    color: #fff; 
}

/* INTERNAL CATAGORY ARROW */

div.catagory-links ul li div::after {
    content: '';
    display: block; width: 0px; height: 0px;
    position: absolute;
    top: 14px;
    left: 124px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #fff;
}

/* INTERNAL CATAGORY DROPDOWNS */
    
div.catagory-links::after { content:''; display: block; clear: both;}

div.catagory-links ul { z-index: 7; list-style: none; margin: 0; padding: 0px; }
    
/* div.catagory-links ul li:hover { background-color: #eee; } */
div.catagory-links ul li:hover > ul { display: block; }
    
div.catagory-links ul li a {
    z-index: 7;
    display: block;
    color: #444;
    padding: 8px 20px 6px 10px;
    position: relative;
}

div.catagory-links ul li a::after {
    
}

div.catagory-links section {
    background-color: #eee;
    padding: 0px 10px;
    width: 400px;
}

div.catagory-links span { 
    z-index: 7;
    background-color: #eee;
    width: 50%;
    float: left; }


div.catagory-links ul li a:visited { color: #444; }
    
div.catagory-links ul li a:hover { background-color: #eee; color: #dd6c27;}
    
div.catagory-links ul ul { position: absolute; top: 100%; background-color: #eee; display: none; }
    
div.catagory-links ul ul ul { left: 100%; top: 0px; }
    
/* INTERNAL CATAGORY TOP-LEVEL */
    
div.catagory-links > ul > li { float: left; }

/* ACCOUNT LINK */

div.login { 
    z-index: 1;
    position: absolute;
    top: 72px;
    right: 210px;
    font-size:11px;
    color: #fff;
    text-align: center;
 }
div.login a {
    font-size:12px;
    color: #fff;
    text-decoration:none;
 }
div.login a:hover {
   font-size:12px;
   color: #FF7B22;
   text-decoration:underline;
 }

/* BUYERS CLUB LINK */

div.buyersclub { 
    z-index: 1;
    position: absolute;
    top: 72px;
    right: 135px;
    font-size:11px;
    color: #FF7B22;
    text-align: center;
 }
div.buyersclub a {
    font-size:12px;
    color: #FF7B22;
    text-decoration:none;
 }
div.buyersclub a:hover {
   font-size:12px;
   color: #ff6e1e;
   text-decoration:underline;
 }

/*  */
/* Author   Joseph Newmeyer */
/* Contributing Authors     Rizwan Naeem, Ali Naeem */
/*                                                  */
/* For    Master Imports Inc  DBA Swordsaxe.com */
/* Date     June 13, 2013 */
/* Intellectual rights to code belong to original author or company entity.  */
/* Copying or modifying this intellectual property is forbidden without written consent of the original author or company entity. */
/*  */

/*  */
/* NOTES:  The main red color I want to see is #fa0601 */
/*  */

/* START ADDED JUNE-12-2015 BY JOE NEWMEYER */
div.category-list-item h5 a {
    display: inline-block;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-align: center;
    background-color: transparent;
    padding: 8px 20px;
    margin: 0px auto 5px auto;
    border-radius: 20px 20px 20px 20px;
    -ms-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -khtml-border-radius: 20px 20px 20px 20px;
    background: #fb0701;
    background: -moz-linear-gradient(top, #fb0701 0%, #7e0909 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb0701), color-stop(100%,#7e0909));
    background: -webkit-linear-gradient(top, #fb0701 0%,#7e0909 100%);
    background: -o-linear-gradient(top, #fb0701 0%,#7e0909 100%);
    background: -ms-linear-gradient(top, #fb0701 0%,#7e0909 100%);
    background: linear-gradient(to bottom, #fb0701 0%,#7e0909 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0701', endColorstr='#7e0909',GradientType=0 );
    box-shadow: 1px 1px 2px #303030;
    -webkit-box-shadow: 1px 1px 2px #303030;
    -moz-box-shadow: 1px 1px 2px #303030;
    border-style: solid;
    border-color: yellow;
    border-width: 2px 1px;
  }
div.category-list-item h5 a:hover {
	border-color: pink;
	color:#FFE6F8;
 }
table.category-list {
	width:100%;
	text-align:center;
 }
span.bigtime {
	display:inline-block;
	font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: white;
	text-align:center;
    background-color: transparent;
    padding: 8px 20px;
	margin: 10px auto;
    border-radius: 20px 20px 20px 20px;
    -ms-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -khtml-border-radius: 20px 20px 20px 20px;
    background: #fb0701;
    background: -moz-linear-gradient(top, #fb0701 0%, #7e0909 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb0701), color-stop(100%,#7e0909));
    background: -webkit-linear-gradient(top, #fb0701 0%,#7e0909 100%);
    background: -o-linear-gradient(top, #fb0701 0%,#7e0909 100%);
    background: -ms-linear-gradient(top, #fb0701 0%,#7e0909 100%);
    background: linear-gradient(to bottom, #fb0701 0%,#7e0909 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0701', endColorstr='#7e0909',GradientType=0 );
    box-shadow: 1px 1px 2px #303030;
    -webkit-box-shadow: 1px 1px 2px #303030;
    -moz-box-shadow: 1px 1px 2px #303030;
    border-style: solid;
    border-color: yellow;
    border-width: 2px 1px;
 }
span.bigtime a {
	color:white;
 }
span.bigtime a:hover {
	color:white;
	text-decoration:none;
 }
/* END ADDED JUNE-12-2015 BY JOE NEWMEYER */

a.pager-link {
   padding-left:3px;
   padding-right:3px;
   text-decoration:none;
 }
a.pager-item-prev img {
   position:relative;
   left:-2px;
   bottom:-7px;
 }
a.pager-item-next img {
   position:relative;
   right:-5px;
   bottom:-7px;
 }
table.product-pager {
   height:21px;
   padding:1px;
   margin-bottom:15px;
 }
td.product-pager-list {
   text-align:right;
   height:21px;
 }
span.pager-item-current {
   font-family:sans-serif;
   font-weight: bold;
   font-size:15px;
   color:#141414;
   letter-spacing:2px;
 }
a.pager-link, a.pager-item-last, a.pager-item-first {
   font-family:sans-serif;
   font-weight: bold;
   font-size:15px;
   color:#fa0601;
   letter-spacing:2px;
   text-decoration:none;
 }
a.pager-link:hover, a.pager-item-last:hover {
   font-family:sans-serif;
   font-weight: bold;
   font-size:15px;
   color:#FF3129;
   letter-spacing:2px;
 }
h3 {
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #E08B2E;
    letter-spacing: 0px;
    margin-top: 1px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
 }
h5 {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #303030;
    letter-spacing: 0px;
    margin-top: 5px;
    margin-bottom: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-style:solid;
    border-color:#303030;
    border-width:0px 0px 1px 0px;
 }
   
table.page-body-columns, td.page-body-content {
   background-color:transparent;
 }
tr.page-body {
   display:block;
   background-color:white;
   margin-bottom:15px;
   /* rounded corners */
      border-radius: 0px 10px 0px 10px;
      -ms-border-radius: 0px 10px 0px 10px;
      -moz-border-radius: 0px 10px 0px 10px;
      -webkit-border-radius: 0px 10px 0px 10px;
      -khtml-border-radius: 0px 10px 0px 10px;
 }
div#wrapper {
   position:relative;
   top:0px;
   width:100%;
   margin-left:auto;
   margin-right:auto;
   background-image:url('/css-modern/footer-color-1.png');
   background-repeat:repeat-x;
   background-position:bottom; 
 }
td.page-column-left {
   vertical-align:top;               /* activated aug-08-2013 to fix SEO personnel dabbling with code */
   width:198px;
   overflow:visible;
 }
td.page-column-center {
   vertical-align:top;
   
   /* shadows */
      /*box-shadow: 1px 1px 2px #303030;
      -webkit-box-shadow: 1px 1px 2px #303030;
      -moz-box-shadow: 1px 1px 2px #303030;*/
 }
 
h1 {
    text-transform: uppercase;
    font-size: 16px;
    background-color: #303037;
    width: 1140px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;  
 }
 
/*div.grey-matter {
   height:165px;
   background-color:#303030;
   width:100%;
 }*/

table.t-head {
   height:125px;
   width:1000px;
   margin-left:auto;
   margin-right:auto;
   background-color:transparent;
   position:relative;
   z-index:2;
   /* borders */
   /*border-width:0px 0px 4px 0px;
   border-style:solid;
   border-color:black;*/
   /* shadows */
    /*box-shadow: 0px 3px 5px #303030;
    -webkit-box-shadow: 0px 3px 5px #303030;
    -moz-box-shadow: 0px 3px 5px #303030;*/
 }
table.t-head td {
   /* vertical-align:bottom;*/
 }
tr.hrow1 {
   vertical-align:top;
 }
tr.hrow2 {
   vertical-align:middle;
   margin-bottom:10px;
 }

ul#nav {
   border-color:transparent;
   list-style-type:none;
 }
li.dir {
   border-color:transparent;
   list-style-type:none;
 }
td.toplinks {
   font-family:sans-serif;
   font-size:13px;
   font-weight:bold;
   color:#f3f3eb;
   background-color:transparent;
 }
td.toplinks a {
   display:inline-block;
   padding:5px;
   margin:1px;
   color:#303030;
   text-decoration:none;
   /* gradient */
        background: #f6f8f9;
        background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f3f3eb 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f3f3eb));
        background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f3f3eb 100%);
        background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f3f3eb 100%);
        background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f3f3eb 100%);
        background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f3f3eb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f3f3eb',GradientType=0 );
   /* borders */
      border-style:solid;
      border-width:1px;
      border-color:white;
   /* round corners */
      border-radius: 5px 5px 5px 5px;
     -ms-border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     -khtml-border-radius: 5px 5px 5px 5px;
    /* shadows */
     /*-moz-box-shadow: inset 0 0 1em #f3f3eb;
     -webkit-box-shadow: inset 0 0 1em #f3f3eb;
     box-shadow: inset 0 0 1em #f3f3eb;*/
 }
td.toplinks a:hover {
    color:white;
    text-decoration:none;
    /* red gradient */
    background: #b71111;
    background: -moz-linear-gradient(top,  #fa0601 0%, #7e0909 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa0601), color-stop(100%,#7e0909));
    background: -webkit-linear-gradient(top,  #fa0601 0%,#7e0909 100%);
    background: -o-linear-gradient(top,  #fa0601 0%,#7e0909 100%);
    background: -ms-linear-gradient(top,  #fa0601 0%,#7e0909 100%);
    background: linear-gradient(to bottom,  #fa0601 0%,#7e0909 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa0601', endColorstr='#7e0909',GradientType=0 );

 }
td.toplinks a:active {
    border-color:transparent;
    text-decoration:none;
    background-color:#e84848;
 }
.product-list-results, div.search-results {
    font-size:13px;
    font-family:sans-serif;
 }
 /*  */
/* Author   Joseph Newmeyer */
/* Contributing Authors     Rizwan Naeem, Ali Naeem */
/*                                                  */
/* Owner    Master Imports Inc  DBA Swordsaxe.com */
/* Date     June 13, 2013 */
/* Intellectual rights to code belong to original author or company entity.  */
/* Copying or modifying this intellectual property is forbidden without written consent of the original author or company entity. */
/*  */

/* FOOTER */

/* SOCIAL MEDIA LINKS */

table.social-media {
    table-layout: fixed;
    margin-top: 10px;
    margin-left: 30px;
    padding: 0;
    border: 0;
    padding: 0;
}

a.social-media {
    display: block;
    position: relative;
    text-align: center;
    width: 50px;
	height: 50px;
	background: #fff;
    margin: 3px 3px 4px 3px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

a.social-media:hover {
	background: #FF7B22;
}

a.social-media img {
    height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
}

/* FOOTER SITE LINKS */

td.ftext {
	font-size: 12px;
	color: #fff;
	text-align: justify;
	height: 200px;
	padding: 5px;
	height: 60px;
}

td.ftext a {
    font-size: 12px;
    font-weight:bold;
    color: #fff;
    text-decoration: none;
}

td.ftext a:hover {
    font-size: 12px;
    font-weight: bold;
    color: #FF7B22;
    text-decoration: none;
}

td.ftext a.order-forms {
	color: #FF7B22;
 }

td.ftext a.order-forms:hover {
    color: #dd6c27;
}

td.ftext ul {
	list-style-type: none;
}

td.ftext ul li {
	list-style-type: none;
 }


table.ftable {
	background-color: transparent;
	width: 1200px;
	padding: 5px 20px 5px 20px;
 }


td.fline p {
	border-style: solid;
	border-width: 0px 2px 0px 0px;
	border-color: #fff;
	margin: 10px;
	height: 120px;
 }

div.red-footer {
	background-color: transparent;
	width: 100%;
 }

div.seo-footer {
    font-size: 12px;
    font-weight: normal;
    color: white;
    text-decoration: none;
	padding: 5px;
 }
div.seo-footer a {
    font-size: 12px;
    font-weight: normal;
    color: white;
    text-decoration: none;
}
div.seo-footer a:hover {
    font-size: 12px;
    font-weight: normal;
    color: #FF7B22;
    text-decoration: none;
}

/* SHIPPING LOGOS */

table.flogos {
	background-color: transparent;
	width: 1200px;
	padding: 10px 20px 10px 20px;
 }

td.flogos {
    width: 20%;
    text-align: center;
}

td.flogos img{
    margin-top: auto;
    margin-bottom: auto;
}
