diff --git a/public/css/style.css b/public/css/style.css
index f39e511..079a8eb 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -217,10 +217,6 @@ a:hover.button {
color: #b4d183;
}
-#schedule .subheader h2 {
- color: #d65357;
-}
-
#sponsor-list {
text-align: center;
margin: 0 auto;
@@ -556,6 +552,7 @@ section.more-speakers span {
}
.schedule table {
margin: 0 auto;
+ width: 100%;
}
.schedule table thead tr {
color: #333;
@@ -578,7 +575,6 @@ section.more-speakers span {
.schedule table tr.lunch td:first-child,
.schedule table tr.coffee td:first-child,
.schedule table tr.party td:first-child {
- color: rgb(24, 24, 24);
font-size: 18px;
font-style: normal;
}
@@ -595,7 +591,8 @@ section.more-speakers span {
font-weight: lighter;
}
.schedule table tr.breakfast {
- background-color: #FFFDF7;
+ background-color: #3D3D40;
+ border-top: 1px solid #CDCDCD;
color: #f8d15f;
}
.schedule table td registration::after {
@@ -609,7 +606,7 @@ section.more-speakers span {
font-size: 18px;
}
.schedule table tr.lunch {
- background-color: #FCFFF7;
+ background-color: #3D3D40;
color: #b2cf7e;
}
.schedule table td lunch::after {
@@ -618,7 +615,7 @@ section.more-speakers span {
font-size: 18px;
}
.schedule table tr.coffee {
- background-color: #FFF8F2;
+ background-color: #3D3D40;
color: #E7721F;
}
.schedule table td coffee::after {
@@ -633,21 +630,22 @@ section.more-speakers span {
.schedule table td img {
float: left;
width: 35px;
- margin: 6px 6px 0px 0px;
+ margin: 6px 20px 0px 0px;
}
.schedule table td speaker > a {
- color: #D03080;
+ color: #78ba51;
text-decoration: underline;
}
.schedule table tr.party {
- background-color: #F7FDFF;
+ background-color: #3D3D40;
+ border-bottom: 1px solid #CDCDCD;
color: #2496b2;
-}
+}/*
.schedule table td cruise::after {
font-style: normal;
content: 'Statue of Liberty Cruise';
font-size: 18px;
-}
+}*/
.schedule table td party::after {
font-style: normal;
content: 'Closing Party at LightBox';
@@ -655,14 +653,14 @@ section.more-speakers span {
}
.schedule table th {
+ color: #FFF;
font-weight: bold;
text-align: left;
padding: 10px 0 10px 20px;
}
.schedule table tr:last-child {
- color: #333;
+ color: #78ba51;
font-style: italic;
- height: auto;
}
.schedule table tr:last-child td {
border-bottom: 0px solid #FFF;
diff --git a/public/img/empirenode.png b/public/img/empirenode.png
new file mode 100644
index 0000000..710f942
Binary files /dev/null and b/public/img/empirenode.png differ
diff --git a/public/index.html b/public/index.html
index 9a5eb5f..6bb9fa0 100644
--- a/public/index.html
+++ b/public/index.html
@@ -22,6 +22,7 @@