html, body {
	height:100%;
}
body {
	background-color:#58595b !important;
	color:#616161;
	font-family:helvetica,arial,sans-serif;
	font-size:16px;
	line-height:1.6em;
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
* html .clearfix {
	height:1%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
tr:nth-child(even) {
    background-color: #EEE;
}
th {
    background-color: #1b3d6b;
    color: #B8F135;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
fieldset, img {
	border:0 none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
h1 {
    font-family: "Lato";
    font-size:30px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 0.8em;
    padding-bottom: 6px;
    color: #1b3d6b;
    text-transform: uppercase;
    border-bottom: 1px solid #E9E9E9;
}
h2 {
	font-size:25px;
	line-height:1em;
	margin-bottom:0.8em;
	padding-bottom:6px;
	color:#616161;
	/*font-weight: 600;*/
}
h3 {
	font-size:20px;
	line-height:1em;
	margin-bottom:0.2em;
	padding-bottom:0px;
	color:#000000;
	font-weight:bold;
}
a:link.button {
    border: 1px solid #000;
    color: #000;
    display: block;
    margin: 0 auto;
    padding: 5px 15px;
    width: 120px;
}
a:link, a:visited {
	color:#1b3d6b;
	text-decoration:none;
}
textarea {
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
}
#headerwrapper {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background-color: #161616;
}
#header {
	text-align: right;
	margin: 0px auto;
	padding: 7px 0px;
	width: 900px;
	background-color: #161616;
	height:23px;
	color: #989797;
}
#missionContainer h1 {
    border-bottom: none;
    color: #FFF;
    margin-left: 450px;
    text-align: right;
}
#missionContainer h2 {
    color: #FFF;
    font-style: italic;
    margin-left: 450px;
    text-align: right;
}
#menuwrapper {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    background-color: #141c4b;
}
#menucontainer {
    margin: 0px auto;
    height: 280px;
    position: relative;
    width: 1230px;
    background: url("../img/redgum-banner.jpg") no-repeat top right #1b3d6b;
    background-size: contain;
}
ul#nav {
    bottom: 0;
    font-size: 15px;
    margin: 0;
    right: 10px;
    position: absolute;
}
ul#nav li {
    float: left;
    height: 36px;
    padding: 0 3px;
}
img#logo {
	float:left;
}
#btnMobileMenu {
  padding: 9px 10px;
  background-color: #B8F135;
  background-image: none;
  border: 1px solid #B8F135;
  box-sizing: border-box;
  border-radius: 4px;
}

#btnMobileMenu:hover {
  cursor: pointer;
  background-color: #B8F135;
}

#btnMobileMenu:focus {
  outline: 0;
}

.icon-bar {
  background-color: #FFF;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.icon-bar + .icon-bar {
  margin-top: 4px;
}

.mobilemenu, .mobilenav {
  display: none;
}
#contentwrapper {
	background-color:#58595b;
	/*border-bottom:1px solid #CCCCCC;*/
    margin:0 auto;
	min-height:415px;
	padding-top:17px;
    height: auto !important;
    min-height: 100%;
    min-height: -moz-calc(100% - 295px);
    min-height: -webkit-calc(100% - 295px);
    min-height: calc(100% - 295px);
    width:1230px;
}
#content {
    background-color: #FFF;
	min-height:485px;
	/*padding-bottom:85px;
	padding-top:30px;*/
	position:relative;
	margin-bottom:20px;
	padding:15px;
    overflow:auto;
    box-shadow: 5px 5px 5px #888888;
    min-height: 100%;
}
.col1 {
    width: 100%;
}
.twocol .col1 {
	display: inline-block;
	padding-left:16px;
    vertical-align: top;
	width:340px;
}
.twocol .col2 {
	display: inline-block;
    padding-left:16px;
    vertical-align: top;
	width: 795px;
}
.singlecol {
	padding-left:16px;
	padding-right:16px;
}
.singlecol .col1 {
	/*padding-top:5px;*/
    display: block;
    padding: 0;
    width: 100%;
}
.stablenews .col1, .racestats .col1, .trainingfacilities .col1 {
    display: block;
    padding: 0;
    width: 100%;
}

/* Home Page*/

#homepagebanner {
	margin-bottom:13px;
}
.homepage {
    margin: 0 auto;
    width: 100%
}
.homepage .col1, .homepage .col2, .homepage .col3 {
    width: 410px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0;
    margin: 8px 0;
}
.homepage h1 {
    background-color: #1b3d6b;
    border: none;
    color: #FFF;
    font-size: 19px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.homepage h1 span {
  color: #B8F135;
}
.homepage h2 {
    font-size: 16px;
    padding: 10px 0;
}
.homepage p {
    font-size: 12px;
    line-height: 1.6em;
}
.homepage th, .homepage td {
    padding: 0 5px;
}

/* Footer */

#footer{
	margin: 0 auto;
	color:#000;
	font-family:tahoma,helvetica,arial,sans-serif;
	font-size:11px;
	padding:20px 0 40px;
	width:1230px;
}
#footer p#socialMediaButtons {
    text-align: center;
}
#footer p#footermenu {
	/*float:left;*/
    text-align: center;
}
#footer p#copyright {
	/*float:right;*/
    text-align: center;
}
#footer a:link, #footer a:visited {
	color:#000;
}
#tail {
	text-align: right;
	vertical-align: middle;
	margin: 0px auto;
	padding-top: 10px;
	width: 800px;
	border: 0px solid #666;
	font-size:10px;
	color:#ab9696;
}

table#enquiryform input.text {
	border:1px solid #B1B1B1;
	color:#343434;
	font-size:12px;
	height:14px;
	padding:4px;
	width:223px;
}
table#enquiryform td {
	padding-bottom:13px;
}
textarea#contact_comments {
	border:1px solid #B1B1B1;
	color:#343434;
	font-size:12px;
	height:150px;
	padding:4px;
	width:450px;
}

#frmHorseEnquiry #custid {
    display: none;
}

#frmHorseEnquiry span {
    display: block;
    float: left;
    text-align: right;
    width: 150px;
}
#frmHorseEnquiry input[type="text"], #frmHorseEnquiry input[type="email"], #frmHorseEnquiry input[type="phone"] {
    border: 1px solid #B1B1B1;
    color: #343434;
    font-size: 12px;
    height: 14px;
    padding: 4px;
    width: 223px;
}

#frmHorseEnquiry textarea {
    border: 1px solid #B1B1B1;
    color: #343434;
    font-size: 12px;
    height: 114px;
    padding: 4px;
    width: 223px;
}

#frmHorseEnquiry label.error {
    color: #F00;
    margin-left: 10px;
}
p.buttons {
    margin-top: 12px;
}
.runner{
	font-size:11px;
	margin-left:10px;
}
.meet{
	font-size:11px;
	margin-bottom:10px;
}


.menulink {
    color: #FFF;
    font-size: 12pt;
    font-family: "Lato", Sans Serif;
} 

a.menulink:link {
    color: #141c4b;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
a.menulink:visited {
    color: #141c4b;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
a.menulink:active {
    color: #141c4b;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
a.menulink:hover {
    color: #141c4b;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.footerlink{color:#ffffff;font-size:11px;font-weight:bold;font-family:Arial,Sans Serif;}
a.footerlink:link{color:#ffffff;text-decoration:none;}
a.footerlink:visited{color:#ffffff;text-decoration:none;}
a.footerlink:active{color:#ffffff;text-decoration:none;}
a.footerlink:hover{color:#ffffff;text-decoration:none;}

.ardexfooter{color:#ab9696;}
a.ardexfooter:link{color:#ab9696;text-decoration:none;font-weight:normal;}
a.ardexfooter:visited{color:#ab9696;text-decoration:none;font-weight:normal}
a.ardexfooter:active{color:#ab9696;text-decoration:none;font-weight:normal}
a.ardexfooter:hover{color:#ab9696;text-decoration:none;font-weight:normal}

.readmorelink{text-transform:uppercase;color:#bd5454;font-size:8pt;font-weight:normal;font-family:Arial;}
a.readmorelink:link{color:#bd5454;text-decoration:none;}
a.readmorelink:visited{color:#bd5454;text-decoration:none;}
a.readmorelink:active{color:#bd5454;text-decoration:none;}
a.readmorelink:hover{color:#3A3B40;text-decoration:none;}

.imagefloatleft {
	display: inline-block;
	margin-left: 0px;
	margin-right: 15px;
}
.imagefloatright {
	float:right;
	margin-left: 15px;
	margin-right: 0px;
}
.imagenofloat {
	margin-left: 0px;
	margin-right: 0px;
}
.imagealigncenter {
  text-align: center;
  margin: 0 auto;
}
.imagecenter {
    text-align:center;
}
div.imgcaption {
	color:#666;
	font-weight:bold;
	text-align:center;
}
td b{
	margin-top:20px;
	color:#ff0000;
    text-transform: uppercase;
}

#eracingmenu {
	width: 100%;
}

#eracingmenu li {
	float:left;
	margin-right: 15px;
}
#eracingmenu {
	margin-bottom: 20px;
}

.col1horse {
	float:left;
	padding-left:16px;
	width:544px;
}
.col2horse {
	float:right;
	padding-left:16px;
	width:295px;
}
.confirmationmsg 
{
	padding:10px;
	color:Green;
}
.warningmsg
{
	padding:10px;
	color:Orange;
}
.errormsg
{
	padding:10px;
	color:Red;
}
#recentwins
{
    font-size:0.9em;
    line-height:0.9em;
}

/* Stable News */

div.articledate {
    padding-left: 16px;
    padding-right: 16px;
}

div.archive {
    padding-left: 16px;
    padding-right: 16px;
}

div.archive div.articledate {
    padding: 0;
}   

/* Horses Available */
.horsesavailable .col2 a {
    background-color: #e60000;
    color: #FFF;
    padding: 10px;
}

.list_title {
  display: inline-block;
  margin: 10px;
  vertical-align: top;
  width: calc(50% - 20px);
}

.category_contents_image {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  width: 200px;
}

.category_contents {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 210px);
}

.arion {
    float: right;
}

.videoWrapper {
  display: inline-block;
  margin: 10px;
}

#notesaccordion a {
    padding-left: 20px;
}

.nomargin div {
  margin: 0px;
}

/* Training Facilities */
.trainingfacilities  img {
    margin: 10px;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media only screen and (max-width: 1024px) {
    /* Header */
    img {
        max-width: 100%;
    }

    #missionContainer {
        margin: 0 10px;
    }

        #missionContainer h1 {
            margin-left: 0;
        }

        #missionContainer h2 {
            margin-left: 0;
            font-size: 14px;
        }

    div #nav {
        display: none;
    }

    .mobilemenu {
        text-align: center;
        display: block;
        margin: 10px 0;
    }

        .mobilemenu button {
            padding: 10px 20px;
        }

    .mobilenav {
        display: none;
        height: auto;
        float: none;
        margin: 0;
        background-color: #1b3d6b;
    }

        .mobilenav li {
            float: none;
            background-color: #1b3d6b;
            text-align: center;
        }

        .mobilenav a {
            display: block;
            padding: 10px 20px;
            border-bottom: 1px dotted #FFF !important;
            font-size: 1em;
            color: White;
            text-transform: none;
            font-weight: normal;
            text-decoration: none;
        }

        .mobilenav li:hover {
            background-color: #56B548;
        }

    #contentwrapper {
        width: auto;
    }

    #content {
        width: auto;
    }

    #menucontainer {
        width: auto;
        background: url(../img/redgum-banner.jpg) no-repeat top center#1b3d6b;
        background-size: cover;
    }

    /* Footer */
    #footer {
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    #menucontainer {
        height: 120px;
        width: auto;
        background: url(../img/redgum-banner.jpg) no-repeat top center#1b3d6b;
        background-size: cover;
    }
}

@media only screen and (max-width: 576px) {

    #menucontainer {
        height: 56px;
        width: auto;
    }

    /* Home Page */
    .homepage {
        padding: 0 10px;
        width: auto;
    }

    .homepage .col1, .homepage .col2, .homepage .col3 {
        display: block;
        margin-bottom: 10px;
	    padding-left: 0;
	    width:auto;
    }
    .twocol .col1 {
        display: block;
        margin-bottom: 10px;
	    padding-left: 0;
	    width:100%;
    }
    .twocol .col2 {
	    display: block;
        margin-bottom: 10px;
	    padding-left: 0;
	    width:100%;
    }
    .box {
        width: 350px;
    }
    .box #horsesAvailable {
        width: 350px;
    }
    .box.upcomingRunners div span {
        border-bottom: none;
    }

    /* Responsive Tables */
    div.raceresults table, div.raceresults thead, div.raceresults tbody, div.raceresults th, div.raceresults td, div.raceresults tr,
    table.responsivetable, table.responsivetable thead, table.responsivetable tbody, table.responsivetable th, table.responsivetable td, table.responsivetable tr {
        display: block;
        border: none;
    }

    div.raceresults thead tr,
    table.responsivetable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    div.raceresults tr, table.responsivetable tr {
        border: 1px solid #1b3d6b;
    }

    table.responsivetable th {
        display: none;
    }

    div.raceresults tr:last-child td,
    table.responsivetable tr:last-child td {
        padding-bottom: 6px;
    }

    div.raceresults td,
    table.responsivetable td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #dbdad8;
        position: relative;
        padding-left: 85px;
        text-transform: none;
        padding-bottom: 6px;
        padding-top: 6px;
    }

    div.raceresults td {
        padding-left: 10px;
    }
    
    div.raceresults td:first-child,
    table.responsivetable td:first-child {
        background-color: #1b3d6b;
        color: #FFF;
        border: 1px solid #1b3d6b;
    }

    div.raceresults td:before,
    table.responsivetable td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        left: 6px;
        width: 60px;
        padding-right: 10px;
        white-space: nowrap;
    }

    div.raceresults td b,
    table.responsivetable td b {
        color: #FFF;
    }

    table.homerace td:nth-of-type(1):before {
        content: "Date";
    }

    table.homerace td:nth-of-type(2):before {
        content: "Horse";
    }

    table.homerace td:nth-of-type(3):before {
        content: "Venue";
    }

    table.homerace td:nth-of-type(4):before {
        content: "Race";
    }

    table.homerace td:nth-of-type(5):before {
        content: "Jockey";
    }

    table.racingtable td:nth-of-type(1):before {
        content: "Horse";
    }

    table.racingtable td:nth-of-type(2):before {
        content: "Race";
    }

    table.racingtable td:nth-of-type(3):before {
        content: "Start";
    }

    table.racingtable td:nth-of-type(4):before {
        content: "Venue";
    }

    table.racingtable td:nth-of-type(5):before {
        content: "Wgt";
    }

    table.raceentries td:nth-of-type(1):before {
        content: " ";
    }

    table.raceentries td:nth-of-type(2):before {
        content: "Horse";
    }

    table.raceentries td:nth-of-type(3):before {
        content: "Jockey";
    }

    table.raceentries td:nth-of-type(4):before {
        content: "Trainer";
    }

    table.raceentries td:nth-of-type(5):before {
        content: "Barrier";
    }

    table.raceentries td:nth-of-type(6):before {
        content: "Weight";
    }

    table.raceresults td:nth-of-type(1):before {
        content: "Position";
    }

    table.raceresults td:nth-of-type(2):before {
        content: "Horse";
    }

    table.raceresults td:nth-of-type(3):before {
        content: "Jockey";
    }

    table.raceresults td:nth-of-type(4):before {
        content: "Trainer";
    }

    table.raceresults td:nth-of-type(5):before {
        content: "Weight";
    }

    table.raceresults td:nth-of-type(6):before {
        content: "Margin";
    }
  
    table.raceresults td:nth-of-type(7):before {
        content: "Price";
    }

    table#statssummarytable td:nth-of-type(1):before {
        content: "Price";
    }

    table#statssummarytable td:nth-of-type(1):before {
        content: "Season";
    }

    table#statssummarytable td:nth-of-type(2):before {
        content: "Runners";
    }
  
    table#statssummarytable td:nth-of-type(3):before {
        content: "1st";
    }
  
    table#statssummarytable td:nth-of-type(4):before {
        content: "2nd";
    }

    table#statssummarytable td:nth-of-type(5):before {
        content: "3rd";
    }
    
    table#statssummarytable td:nth-of-type(6):before {
        content: "Prizemoney";
    }
    
    table#statssummarytable td:nth-of-type(7):before {
        content: "Wins SR";
    }
    
    table#statssummarytable td:nth-of-type(8):before {
        content: "Place SR";
    }
    
    table#statssummarytable td:nth-of-type(9):before {
        content: "Metro Wins";
    }
    
    table#statssummarytable td:nth-of-type(10):before {
        content: "Gr 1";
    }
    
    table#statssummarytable td:nth-of-type(11):before {
        content: "Gr 2";
    }
    
    table#statssummarytable td:nth-of-type(12):before {
        content: "Gr 3";
    }
    
    table#statssummarytable td:nth-of-type(13):before {
        content: "Listed";
    }

     table#statssummarytable tbody tr:nth-child(even)
    {
        background-color: #FFF;
    }

     table#table#statssummarytable td:nth-of-type(1):before {
        content: "Season";
    }

    table#statssummarytable td:nth-of-type(2):before {
        content: "Runners";
    }
  
    table#statssummarytable td:nth-of-type(3):before {
        content: "1st";
    }
  
    table#statssummarytable td:nth-of-type(4):before {
        content: "2nd";
    }

    table#statssummarytable td:nth-of-type(5):before {
        content: "3rd";
    }
    
    table#statssummarytable td:nth-of-type(6):before {
        content: "Prizemoney";
    }
    
    table#statssummarytable td:nth-of-type(7):before {
        content: "Wins SR";
    }
    
    table#statssummarytable td:nth-of-type(8):before {
        content: "Place SR";
    }
    
    table#statssummarytable td:nth-of-type(9):before {
        content: "Metro Wins";
    }
    
    table#statssummarytable td:nth-of-type(10):before {
        content: "Gr 1";
    }
    
    table#statssummarytable td:nth-of-type(11):before {
        content: "Gr 2";
    }
    
    table#statssummarytable td:nth-of-type(12):before {
        content: "Gr 3";
    }
    
    table#statssummarytable td:nth-of-type(13):before {
        content: "Listed";
    }

    table#statssummarytable tbody tr:nth-child(even)
    {
        background-color: #FFF;
    }
     
    table#jockeytable td:nth-of-type(1):before {
        content: "Jockey";
    }

    table#jockeytable td:nth-of-type(2):before {
        content: "Starts";
    }
  
    table#jockeytable td:nth-of-type(3):before {
        content: "1st";
    }
  
    table#jockeytable td:nth-of-type(4):before {
        content: "2nd";
    }

    table#jockeytable td:nth-of-type(5):before {
        content: "3rd";
    }
    
    table#jockeytable td:nth-of-type(6):before {
        content: "Prizemoney";
    }
    
    table#jockeytable td:nth-of-type(7):before {
        content: "Wins SR";
    }

    table#jockeytable td:nth-of-type(8):before {
        content: "Place SR";
    }

    table#jockeytable tbody tr:nth-child(even)
    {
        background-color: #FFF;
    }

    table#distancetable td:nth-of-type(1):before {
        content: "Distance";
    }

    table#distancetable td:nth-of-type(2):before {
        content: "Starts";
    }
  
    table#distancetable td:nth-of-type(3):before {
        content: "1st";
    }
  
    table#distancetable td:nth-of-type(4):before {
        content: "2nd";
    }

    table#distancetable td:nth-of-type(5):before {
        content: "3rd";
    }
    
    table#distancetable td:nth-of-type(6):before {
        content: "Prizemoney";
    }
    
    table#distancetable td:nth-of-type(7):before {
        content: "Wins SR";
    }

    table#distancetable td:nth-of-type(8):before {
        content: "Place SR";
    }

    table#distancetable tbody tr:nth-child(even)
    {
        background-color: #FFF;
    }

    table#horsetable td:nth-of-type(1):before {
        content: "Horse";
    }

    table#horsetable td:nth-of-type(2):before {
        content: "Starts";
    }
  
    table#horsetable td:nth-of-type(3):before {
        content: "1st";
    }
  
    table#horsetable td:nth-of-type(4):before {
        content: "2nd";
    }

    table#horsetable td:nth-of-type(5):before {
        content: "3rd";
    }
    
    table#horsetable td:nth-of-type(6):before {
        content: "Prizemoney";
    }

    table#horsetable tbody tr:nth-child(even)
    {
        background-color: #FFF;
    }

    table#metrotable td:nth-of-type(1):before {
        content: "Horse";
    }

    table#metrotable td:nth-of-type(2):before {
        content: "Date";
    }
  
    table#metrotable td:nth-of-type(3):before {
        content: "Race";
    }
  
    table#metrotable td:nth-of-type(4):before {
        content: "Dist";
    }

    table#metrotable td:nth-of-type(5):before {
        content: "Track";
    }
    
    table#metrotable td:nth-of-type(6):before {
        content: "Jockey";
    }

    table#metrotable td:nth-of-type(7):before {
        content: "Weight";
    }

    table#metrotable td:nth-of-type(8):before {
        content: "Barrier";
    }

    table#metrotable tbody tr:nth-child(even)
    {
        background-color: #FFF;
    }

    table#winnerstable td:nth-of-type(1):before {
        content: "Horse";
    }

    table#winnerstable td:nth-of-type(2):before {
        content: "Date";
    }
  
    table#winnerstable td:nth-of-type(3):before {
        content: "Race";
    }
  
    table#winnerstable td:nth-of-type(4):before {
        content: "Dist";
    }

    table#winnerstable td:nth-of-type(5):before {
        content: "Track";
    }
    
    table#winnerstable td:nth-of-type(6):before {
        content: "Jockey";
    }

    table#winnerstable td:nth-of-type(7):before {
        content: "Weight";
    }

    table#winnerstable td:nth-of-type(8):before {
        content: "Barrier";
    }

    table#winnerstable tbody tr:nth-child(even)
    {
        background-color: #FFF;
    }

    table#placegetterstable td:nth-of-type(1):before {
        content: "Horse";
    }

    table#placegetterstable td:nth-of-type(2):before {
        content: "Date";
    }
  
    table#placegetterstable td:nth-of-type(3):before {
        content: "Race";
    }
  
    table#placegetterstable td:nth-of-type(4):before {
        content: "Pos";
    }

    table#placegetterstable td:nth-of-type(5):before {
        content: "Distance";
    }

    table#placegetterstable td:nth-of-type(6):before {
        content: "Track";
    }
    
    table#placegetterstable td:nth-of-type(7):before {
        content: "Jockey";
    }

    table#placegetterstable td:nth-of-type(8):before {
        content: "Weight";
    }

    table#placegetterstable td:nth-of-type(9):before {
        content: "Barrier";
    }

    table#placegetterstable tbody tr:nth-child(even)
    {
        background-color: #FFF;
    }
}

@media only screen and (max-width: 576px) {
    .category_contents_image {
        display: block;
        margin: 0 auto 10px;
        text-align: center;
        width: auto;
    }

    .category_contents {
        display: block;
        margin: 0 auto 10px;
        width: auto;
    }
}