/* - - - - - - - Removing unwontad spaces in a table - - - - - - */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - -*/


/* - - - - - - - - - New design for the table style - - - - - - - - - */
.field-name-field-diamond-image {
    margin-bottom: 20px;
}
.field-group-table .field-label {
	font-weight: lighter;
}
.field-group-table .field-content {
	font-weight: bold;
}

.field-group-table .field-group-format {
	width: 600px;
}

.field-group-table th,
.field-group-table td {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	width: 50%;
	text-align: left;
	font-family: 'arial', sans-serif;
	font-size: 14px;
}

.field-name-field-diamond-link-to-node .field-items {
	margin: 20px 0 50px;
}

.field-name-field-diamond-link-to-node a {
	background: #f25050;
	border-top: 10px solid #f25050;
	color: #fff;
	font-family: 'arial', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 40px;
	border-bottom: 10px solid #f25050;
	border-left: 15px solid #f25050;
	border-right: 15px solid #f25050;
	font-size: 12px;
}


}
