
.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 50px;
    background-color: #4285f4;
}

.container-text {
    padding: 20px;
    padding-top: 10px;
    background-color: #4285f4;
    color: white;
}

hr {
    color: white;
}


.tester {
    display: inline-block;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}



/* Add some padding inside the card container */
.container {
    padding: 2px 16px;
}

.text {
    font-size: 50px;
    font-weight: 100;
    padding:0;
    margin: 0;
}


#q-graph {
    display: block;
    /* fixes layout wonkiness in FF1.5 */
    position: relative;
    width: 300px;
    height: 250px;
    margin: 1.1em 0 0;
    padding: 0;
    background-color: #4285f4;
}

#q-graph tr, #q-graph th, #q-graph td {
    position: absolute;
    bottom: 0;
    width: 150px;
    z-index: 2;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #4285f4;
}
#q-graph td {
    transition: all 0.3s ease;
}


#q-graph tbody tr {
    height: 296px;
    padding-top: 2px;
    border-right: 1px dotted #c4c4c4;
    color: #aaa;
}






/* GRAPH */

#q-graph #q1 {
    left: 0;
}
#q-graph #q2 {
    left: 150px;
}
#q-graph #q3 {
    left: 300px;
}
#q-graph #q4 {
    left: 450px;
    border-right: none;
}
#q-graph tbody th {
    bottom: -1.75em;
    vertical-align: top;
    font-weight: normal;
    color: #333;
}
#q-graph .bar {
    width: 60px;
    border: 1px solid;
    border-bottom: none;
    color: #000;
}
#q-graph .bar p {
    margin: 5px 0 0;
    padding: 0;
    opacity: 0.4;
}
#q-graph .sent {
    left: 13px;
    background-color: #39cccc;
    border-color: transparent;
}
#q-graph .paid {
    left: 77px;
    background-color: #7fdbff;
    border-color: transparent;
}
#ticks {
    position: relative;
    top: -300px;
    left: 2px;
    width: 596px;
    height: 300px;
    z-index: 1;
    margin-bottom: -300px;
    font-size: 10px;
    font-family: "fira-sans-2", Verdana, sans-serif;
}
#ticks .tick {
    position: relative;
    border-bottom: 1px dotted #c4c4c4;
    width: 600px;
}
#ticks .tick p {
    position: absolute;
    left: -5em;
    top: -0.8em;
    margin: 0 0 0 0.5em;
}


.table {
    text-align: left;
    padding: 50px;
    margin:;
    height: 100px;

}


.right {
    text-align: right;
    padding-left: 15rem;
    border-bottom: 1px solid white;
}

.wrapper .container-text1 {
    background-color: #4285f4;
    color: white;
    text-space: 10px;
}
.table-one, .table-two, .table-three, .table-four, .table-five {
    border-bottom: 1px solid white;
  font-size: 1rem;
}


.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.right1 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.container-text2 {
    text-align: right;
}