.pressReleasePhoto
{
	border: 1px solid #000000;
	float: right;
	margin: 3px 0 3px 5px;
}

.pressReleaseCaptionBox
{
    float: right;
    margin: 3px 0 3px 5px;
    padding: 2px 5px 3px 0px;
    background-color: #F3F3F3;
    border: 1px solid #dddddd;
}

.pressReleaseCaptionBox p
{
    text-align: center;
    font-size: 14px!important;
	line-height: 18px!important;
}

.pressReleaseArchiveBox
{
    background-color: #FFFFFF;
    border: 1px solid #2C4564;
    box-shadow: 1px 1px 5px #999999;
    float: left;
    margin: 20px 5px 10px 5px;
    min-height: 84px;
    padding-bottom: 7px;
    position: relative;
    width: 318px;
    height: 90px;
}

.pressReleaseArchiveBoxShort
{
    width: 205px;
}

.pressReleaseArchiveBox h4
{
    background: url("https://www.ramapo.edu/holocaust/wp-content/plugins/ramapo-press-release/images/headersRed.png") repeat scroll left top #660000;
    border-bottom: 1px solid #AF7B6B;
    color: #FFFFFF;
    display: block;
    margin: 0;
    padding: 7px;
}

.pressReleaseArchiveBox p
{
    padding: 0 10px;
    text-align: center;
}
.pressReleaseArchiveBox form
{
    text-align: center;
}

#searchForm
{
    width: 200px;
    margin: 15px auto;
}

.newsItem
{
    margin-bottom: 20px;
    line-height: 155%;
}

.newsTitle
{
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0;
    padding: 0;
}

.searchBtn {
    display: inline-block;
    padding: 6px 2%;
    background-color: #cb1e1e;
    color: #fff;
    font-family: "Sarabun", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0 .25rem .25rem 0;
    width: 20%;
}
.searchBtn:hover {
    background-color: #FEAD16;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.s-input {
    padding: 5px;
    border: 1px solid red; 
    font-size: 16px;
    border-radius: .25rem 0 0 .25rem;
    font-family: "Sarabun", sans-serif;
    width: 68%;
    margin: 15px 0 15px 15px;
}
@media screen and (max-width: 480px) {
    .searchBtn, .s-input {
        border-radius: 0;
    }
    .pressReleasePhoto
    {
        border: 1px solid #000000;
        display: block;
        margin: 0 auto 10px auto;
        float:none;
    }
    .pressReleaseCaptionBox
    {
        display: block;
        margin: 0 auto 10px auto;
        padding: 2px 5px 3px 0px;
        background-color: #F3F3F3;
        border: 1px solid #dddddd;
        float:none;
    }

    .pressReleaseCaptionBox p
    {
        text-align: center;
    }

}