/* 

photography CUSTOM STYLESHEET

---------------------



Instructions:



Add your custom styles here instead of style.css so it 

is easier to update the theme. Simply copy an existing 

style from style.css to this file, and modify it to 

your liking.



*/

table {
width: 600;
border-spacing: 0;
font-size:14px;
}
table th {
color: #FFF;
padding: 8px 15px;
background: #191919;
font-weight: bold;
border-left:1px solid #000;
border-top:1px solid #000;
border-bottom:1px solid #000;
line-height: 120%;
text-align: center;
}
table th:last-child {
  border-right:1px solid #525252;
}


table tr td {
padding: 8px 15px;
border-bottom: 1px solid #525252;
border-left: 1px solid #525252;
text-align: center;
color: #000;
}
table tr td:last-child {
border-right: 1px solid #525252;
box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr {
background: #fff;
}
table tr:nth-child(2n+1) {
background: #f0f0f0;
}

table tr:last-child td:first-child {
border-radius: 0 0 0 5px;
}
table tr:last-child td:last-child {
border-radius: 0 0 5px 0;
}
table tr:hover {
background: #dfdfdf;
}

