/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

div.stats {
    position: fixed;
    bottom: 1px;
    left: 0;
    padding: 20px;
    text-align: left;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    color: grey;
}

div.fixed {
    position: fixed;
    bottom: 10px;
    right: 0;
    padding: 25px;
    text-align: right;
    width: 160px;
    height:25px;
    background: #c3c3c3;
    border: 3px solid #73AD21;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    color:#000
}
 