﻿.buttons {
        border : solid 0px #e6b215;
        border-radius : 8px;
        moz-border-radius : 8px;
        font-size : 16px;
        color : #ffffff;
        padding : 5px 18px;
        background-color : #FF9900;
        cursor:pointer;
}

.buttons:hover {
        background-color:#ffc477;
}

.buttons:active {
        position:relative;
        top:1px;
}

#newPost {
        margin: 0 auto;
        width: 90%;
}

#charCounter { float:right }

textarea {
    width:              100%;
}


.img_thumb {
        width: 100px;
        height: 100px;
}

body > .ui.container {
  margin-top: 3em;
}
iframe {
  border: none;
  width: calc(100% + 2em);
  margin: 0em -1em;
  height: 300px;
}
iframe html {
  overflow: hidden;
}
iframe body {
  padding: 0em;
}

.ui.container > h1 {
  font-size: 3em;
  text-align: center;
  font-weight: normal;
}
.ui.container > h2.dividing.header {
  font-size: 2em;
  font-weight: normal;
  margin: 4em 0em 3em;
}

.ui.table {
  table-layout: fixed;
}