}
.instructionpdf {
    text-transform: uppercase;
    font-family: "Raleway";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: normal;
}
#header_tools input[type="text"] {
    background-color: #fff !important;
}
.modal {
    background-color: #7B7B7B !important;
}
.alignrightnext {
    float: right;
position: relative;
background: #FFC525 none repeat scroll 0% 0%;
border: 2px solid #3D332E;
padding: 10px;
max-width: 380px;
margin-bottom: 8px;
}
.alignleftnext {
    float: left;
position: relative;
background: #FFC525 none repeat scroll 0% 0%;
border: 2px solid #3D332E;
padding: 10px;
max-width: 380px;
margin-bottom: 8px;
}
body > div{
    border:1px solid grey;
}
html, body, #container {
    height:100%;
    width:100%;
    margin:0;
    padding:0;
}
#container {
    overflow:hidden;
    position:relative;
}
#hideMe {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        opacity:0;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        opacity:0;
    }
}
.tab_wrap {
    max-width: 1500px;
}
.post_block {
       padding: 20px 8px 20px 10px !important;
}