/*
Theme Name: Knowledge@Wharton
Theme URL: http://knowledge.wharton.upenn.edu
Description: This Knowledge@Wharton Main Site Theme
Author: Knowledge@Wharton
Author URI: http://knowledge.wharton.upenn.edu
Version: 1.1
*/

/* Any CSS here should make it's way into SCSS */

/* For the Exed Ed trial for end of article related links */
/* Code for Exec Ed trial moved in to master 11/6/2017 by @modis
/*#ee-ad{
    border: 1px solid silver;
    background-color: #fcfcfc;
    padding: 18px;
    margin-top: 10px;
    margin-bottom:13px;
}
.eead-marker .end-marker {
    display: block;
    width: 100%;
    height: 41px;
    background-image: url(/wp-content/themes/knowledge/inc/img/shield.png);
}
*/

.spu-box {
        background-color: white;
}

.spu-box div,input,label {
        color:#223854;
        font-family: "Lato", Helvetica, Arial, sans-serif;
}

.spu-box input[type=submit] {
     	background: #3c5f8a;
     	color: white;
}

.spu-box input[type=button] {
        background: #3c5f8a;
        color: white;
}

.spu-box input[type=text] {
        color: black;        
        border-color: #979797;
}

