body {
    background-color: #03071e;
    margin: 0;
}

button{
    margin-right: 1em;
}

@media (min-width: 768px) {
  .button-49,
  .button-49:after {
    width: 200px;
    height: 86px;
    line-height: 88px;
  }
}

#Feed{
  position: relative;
  display: flex;
  overflow: hidden;
  width: 90%;
  height: 20%;
  margin-top: 1%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ffb703;
  background: #370617;
  border-radius: 2em;
}
@media (max-width: 768px) {
  #Feed{
      display: table;
  }
}

#info{
  height: 100%;
  width: 100%;
  align-items: baseline;
}
#info a{
  position: relative;
  margin-left: 42%;
}

#Timing{
  height: 100%;
  width: 100%;
}


.container{
    position: relative;
    overflow: hidden;
    width: 99%;
    height: 60px;
    margin-top: 5%;
    margin-bottom: 3%;
    padding-top: 40%;
    border: 1px solid #ffb703;
    border-radius: 2em;
}

#responsive {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

h1 {
    z-index: 1;
    color: #ffb703;
    text-align: center;
    font-size: 2.5em;
}

h3,
h4,
p,
li{
    color: #faa307;
    text-align: center
}

table{
  margin-left: auto;
  margin-right: auto;
}

td{
  color: #faa307;
    text-align: left;
    vertical-align: baseline;
}
li{
  color: #faa307;
    vertical-align: baseline;
}

.timer p {
  color: #d62828;
  display: inline;
  font-size: 40px;
  margin-top: 0px;
}
.timer2 p {
  color: #d62828;
  display: inline;
  font-size: 1.2em;
  margin-top: 0px;
}
.timer{
  text-align: center;
}

footer {
	position: relative;
	left: 0;
    bottom: 0px  !important;
    width: 100%;
	background-color: #370617;
	color: #dc2f02;
	text-align: center;
	display: inline-table;
}

a{
    font-size: larger;
    color: #dc2f02;
    text-decoration: none
}

a:hover {
    color: #f48c06;
    text-decoration: underline;
    cursor: crosshair;
}

#disqus_thread {
    text-align: center
}
main{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 90%;

}
#frames
{
    position: relative;
    text-align: center;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
    display: flexbox;

}

.recent{
    text-align: center;
}
html body div.recent ul.dsq-widget-list{
    padding-left: 0;
}
#end{
    color: #faa307;
}

/* CSS */
.button-44 {
  background: #370617;
  border-radius: 11px;
  box-sizing: border-box;
  color: #faa307;
  cursor: pointer;
  font-family: Mija, -apple-system, BlinkMacSystemFont, Roboto, "Roboto Slab", "Droid Serif", "Segoe UI", system-ui, Arial, sans-serif;
  font-size: 1vm;
  font-weight: 700;
  justify-content: center;
  line-height: 33.4929px;
  padding: 0.8em 1em;
  text-align: center;
  text-decoration: none;
  text-decoration-skip-ink: auto;
  text-shadow: rgba(0, 0, 0, .3) 1px 1px 1px;
  text-underline-offset: 1px;
  transition: all .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  word-break: break-word;
  border: 0;
  margin-bottom: 0.5em;
}

.button-44:active,
.button-44:focus {
  border-bottom-style: none;
  border-color: #dadada;
  box-shadow: rgba(0, 0, 0, .3) 0 3px 3px inset;
  outline: 0;
}

.button-44:hover {
  border-bottom-style: none;
  border-color: #dadada;
}