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;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color : #5577EE;
}

.jumbotron {
    background-color: #7b7;
}
.btn {
    width: 200px;
}


section#list_container {
	width : 960px;
	margin : 0 auto;
}

section#list_container div:first-child {
	font-size : 36px;
	line-height : 36px;
	padding : 22px;
}

section#list_container div:first-child span{
	font-size : 18px;
}

section#list_container table div:first-child {
	font-size : 16px;
	line-height : 25px;
}

section#list_container button {
	padding: 15px;
	margin: 0 13px;
}

.table {
    table-layout: fixed;
    font-family: Arial;
    font-size: 15px;
	width : 960px;
}
.table tr {
    height: 38px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
}

.table tr[selected] {
	background-color : #444;
}

.table td {
	border-left: 1px solid #777;
}
.table td:last-child {
    border-right: 1px solid #777;
}

.table td:nth-child(1) {
    width: 50px;
	text-align : center;
}
.table td:nth-child(2) {
    width: 850px;
	padding : 7px;
}
.table td:nth-child(3) {
    width: 50px;
	text-align : center;
	cursor : pointer;
}


.table td.col-md-6 a {
	cursor : pointer
}

.glyphicon-circle-remove:after {
    content: '\e088'
}
