/* ---------- Main Styles ---------------- */

body, html {
    color: #575757;
    font-family: 'Lato',sans-serif;
}

a {
    color: #418ec1;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
}

p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
    margin: 0 0 10px;
    color: #313f5c;
}

pspkr {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    margin: 0 0 10px;
    color: #313f5c;
}

h1 {
    color: #313f5c;
    font-weight: bold;
    margin: 0px 0 20px 0;
    font-size: 30px;
    font-family: 'Lato',sans-serif;
}

h2 {
    color: #313f5c;
    font-weight: 500;
    margin: 0px 0 20px 0;
    font-size: 30px;
}

h3 {
    color: #313f5c;
    font-weight: 500;
    margin: 0px 0 0px 0;
    font-size: 22px;
    font-family: 'Lato',sans-serif;
}

p {
    font-size: 18px;
    font-weight: 300;
     color: #575757;
     font-family: 'Lato',sans-serif;
}

h4 {
    color: #313f5c;
    font-weight: 600;
    margin: 0px 0 0px 0;
    font-size: 14px;
    font-family: 'Lato',sans-serif;
}

td {
                
                padding-right:10px; 		 
		padding-top:0px; 
            }

.row {
	margin-bottom: 20px;
}

.event_info {
	background: rgba(0,0,0,.05);
    padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
}

.event_info:hover {
	background: rgba(0,0,0,.02);
}

#app ul {
	list-style: none outside;
	margin: 10px 0px 10px 0px;
}
#app li {
    margin-bottom: 0rem;
    font-size: 14px;
	line-height: initial;
}

.input_box {
	float: left;
	width: 8%;
}
.input_label {
	float: left;
	width: 90%;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 95%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
	margin-bottom: 10px;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.track, .focus, .market, .activity {
	display: none;
}


