﻿/*
    CSS for all EV automotive articles as of 04/18/2025
*/

div.ev_article_container {
    background: #DDDDDD;
    position: relative;
}

div.ev_article_container .rounded_white {
    border-radius: 5px;
    border: 5px #ffffff;
}

div.ev_article_container div.article {
    margin: 0 auto;
    background-color: #ffffff;
    z-index: 100;
    position: relative;
    top: -25px;
    padding: 25px;
}

.ev_marketplace_link a.btn-light {
    color: #008000;
}

.ev_marketplace_link a span {
    font-size: 1.25em;
    line-height: 1em;
}

.articlebanner {
    min-height: 150px;
}

div.ev_article_container h1 {
    text-align: center;
    color: black;
    font-size: 2em;
}

div.ev_article_container h2 {
    font-size: 1.5em;
}

div.ev_article_container h3 {
  font-size: 1.25em;
}

div.ev_article_container h2 + h3 {
  margin-top: 1rem;
}

/* Table styles */

table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 1rem;
}

th, td {
    padding: 5px;
}

th {
    text-align: left;
}

/* modal styles */

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  border: 0px;
  background-color: white;
}