/*
-----------------------------------------------
bepress Publication-Level ir-local.css
Author:   bepress
Version:  February 1, 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */


/* --- Social Media Icons --- added by Willie Thurlow Jan. 2018 */
 
ul#social li {
    display: inline-block;
}
 
ul#social li a {
    margin: 0 5px; /* removes 15px margin on all links in #sidebar. Adjust second number to adjust spacing between icons */
}
 
ul#social li:first-child a {
    margin-left: 15px; /* horizontally aligns first icon with other sidebar content */
}

/* --- Sidebar indent --- */
#thestmaryslawjournal #sidebar li.sb-indent { text-indent: 15px; }
#thestmaryslawjournal #sidebar li.sb-home { text-decoration:underline; }
 
/* Mobile */


/* AddThis Links */
#thestmaryslawjournal #sidebar #sb-custom-middle {
	display: block;
	float: left;
	width: 220px; }

#thestmaryslawjournal #sidebar #sb-custom-middle p.addthis_toolbox {
	margin: 0 0 20px 15px;
	float: left;
	width: 220px; }

/*Blue Book Citation*/
.smallcaps
{
font-variant: small-caps;
}

#thestmaryslawjournal #sidebar #sb-custom-middle .addthis_toolbox a.addthis_button_google_plusone { width:24px; height:15px; }

#thestmaryslawjournal #main.text #beta_7-3 #share.aside { 
	display: none; }
	/*Editorial Board two columns*/	
#thestmaryslawjournal #editorial-board .column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}